Support .NET Core 3 (#190)

* fix dynamic code generation issues
* fix NmsQuickStart
This commit is contained in:
Marko Lahma
2019-09-26 17:52:11 +03:00
committed by GitHub
parent 7580540918
commit f78411ac14
30 changed files with 95 additions and 269 deletions

View File

@@ -7,7 +7,6 @@
<ProjectReference Include="..\Spring.NmsQuickStart.Common\Spring.NmsQuickStart.Common.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Apache.NMS.ActiveMQ" Version="1.7.2" />
<PackageReference Include="Common.Logging" Version="$(CommonLoggingVersion)" />
</ItemGroup>
<ItemGroup>

View File

@@ -3,6 +3,7 @@
<TargetFramework>net452</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Apache.NMS" Version="1.8.0" />
<PackageReference Include="Apache.NMS.ActiveMQ" Version="1.7.2" />
</ItemGroup>
<ItemGroup>

View File

@@ -8,7 +8,6 @@
<ProjectReference Include="..\Spring.NmsQuickStart.Common\Spring.NmsQuickStart.Common.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Apache.NMS.ActiveMQ" Version="1.7.2" />
<PackageReference Include="Common.Logging" Version="$(CommonLoggingVersion)" />
</ItemGroup>
<ItemGroup>