We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69089c commit 8ea1ed7Copy full SHA for 8ea1ed7
appveyor.yml
@@ -1,4 +1,4 @@
1
-image: Visual Studio 2019 Preview
+image: Visual Studio 2019
2
configuration: Release
3
platform: Any CPU
4
src/Unity.Microsoft.DependencyInjection.csproj
@@ -25,7 +25,7 @@
25
26
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
27
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
28
- <TargetFramework>netcoreapp3.1</TargetFramework>
+ <TargetFramework>netstandard2.0</TargetFramework>
29
<DebugType>Full</DebugType>
30
</PropertyGroup>
31
0 commit comments