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

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net472;netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>net472;netcoreapp3.0</TargetFrameworks>
<RootNamespace>Spring.Benchmark</RootNamespace>
</PropertyGroup>