diff --git a/Esiur.Analysis/Esiur.Analysis.csproj b/Esiur.Analysis/Esiur.Analysis.csproj
index 31b8f90..ad627d7 100644
--- a/Esiur.Analysis/Esiur.Analysis.csproj
+++ b/Esiur.Analysis/Esiur.Analysis.csproj
@@ -4,6 +4,7 @@
netstandard2.1
enable
True
+ True
diff --git a/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj b/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj
index 63ceba2..6f0e09e 100644
--- a/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj
+++ b/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj
@@ -9,7 +9,7 @@
Esiur Entity Framework Extension
true
Esiur.Stores.EntityCore
- 1.3.0
+ 1.3.1
latest
diff --git a/Esiur/Esiur.csproj b/Esiur/Esiur.csproj
index 4b63b3f..78c4948 100644
--- a/Esiur/Esiur.csproj
+++ b/Esiur/Esiur.csproj
@@ -6,7 +6,7 @@
Ahmed Kh. Zamil
http://www.esiur.com
true
- 2.3.7
+ 2.3.8
https://github.com/esiur/esiur-dotnet
Ahmed Kh. Zamil
diff --git a/Esiur/Resource/Warehouse.cs b/Esiur/Resource/Warehouse.cs
index 04be7df..ad9be4b 100644
--- a/Esiur/Resource/Warehouse.cs
+++ b/Esiur/Resource/Warehouse.cs
@@ -753,7 +753,6 @@ public static class Warehouse
/// Resource template.
public static void PutTemplate(TypeTemplate template)
{
- Console.WriteLine(template.ClassName);
if (templates[template.Type].ContainsKey(template.ClassId))
throw new Exception($"Template with same class Id already exists. {templates[template.Type][template.ClassId].ClassName} -> {template.ClassName}");