Skip to content

Commit 8ea1ed7

Browse files
committed
Latest
1 parent a69089c commit 8ea1ed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: Visual Studio 2019 Preview
1+
image: Visual Studio 2019
22
configuration: Release
33
platform: Any CPU
44

src/Unity.Microsoft.DependencyInjection.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
2727
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
28-
<TargetFramework>netcoreapp3.1</TargetFramework>
28+
<TargetFramework>netstandard2.0</TargetFramework>
2929
<DebugType>Full</DebugType>
3030
</PropertyGroup>
3131

0 commit comments

Comments
 (0)