Lith před 1 rokem
rodič
revize
4cca5639af

+ 1 - 2
02.Gateway/ServiceAdaptor.NetCore.Gateway/ServiceAdaptor.NetCore.Gateway.csproj

@@ -17,7 +17,7 @@
     </PropertyGroup>
 
     <PropertyGroup>
-        <DocumentationFile>bin\Debug\netstandard2.0\ServiceAdaptor.NetCore.Gateway.xml</DocumentationFile>
+        <DocumentationFile>bin\Debug\net6.0\ServiceAdaptor.NetCore.Gateway.xml</DocumentationFile>
     </PropertyGroup>
 
     <ItemGroup>
@@ -32,7 +32,6 @@
         <ProjectReference Include="..\..\Library\ServiceAdaptor.NetCore.MinHttp\ServiceAdaptor.NetCore.MinHttp.csproj" />
         <ProjectReference Include="..\..\Library\ServiceAdaptor.NetCore.Consul\ServiceAdaptor.NetCore.Consul.csproj" />
         <ProjectReference Include="..\..\Library\ServiceAdaptor.NetCore.Sers\ServiceAdaptor.NetCore.Sers.csproj" />
-        <!--<ProjectReference Include="..\..\Library\ServiceAdaptor.NetCore.Be.Eureka\ServiceAdaptor.NetCore.Be.Eureka.csproj" />-->
     </ItemGroup>
 
 

+ 1 - 1
Library/ServiceAdaptor.NetCore.Consul/ServiceAdaptor.NetCore.Consul.csproj

@@ -21,7 +21,7 @@
 
     <ItemGroup>
         <PackageReference Include="Consul" Version="0.7.2.6" />
-        <PackageReference Include="Vit.WebHost" Version="2.1.19" />
+        <PackageReference Include="Vit.WebHost" Version="2.1.21" />
     </ItemGroup>
 
 

+ 1 - 1
Library/ServiceAdaptor.NetCore.Sers/ServiceAdaptor.NetCore.Sers.csproj

@@ -21,7 +21,7 @@
 
     <ItemGroup>
         <!-- Sers -->
-        <PackageReference Include="Sers.Serslot" Version="2.1.22" />
+        <PackageReference Include="Sers.Serslot" Version="2.1.24" />
     </ItemGroup>
 
     <ItemGroup>

+ 2 - 2
Library/ServiceAdaptor.NetCore/ServiceAdaptor.NetCore.csproj

@@ -20,10 +20,10 @@
     </PropertyGroup>
 
     <ItemGroup>
-        <PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.1.0" />
+        <PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.1.1" />
 
         <!-- Sers -->
-        <PackageReference Include="Vit.Core" Version="2.1.19" />
+        <PackageReference Include="Vit.Core" Version="2.1.21" />
     </ItemGroup>