File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1- image : Visual Studio 2019
1+ image : Visual Studio 2019 Preview
22configuration : Release
33platform : Any CPU
44
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp2.2 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55 <IsPackable >false</IsPackable >
66 <RootNamespace >Unity.Microsoft.DependencyInjection.Tests</RootNamespace >
77 </PropertyGroup >
1919 <ProjectReference Include =" ..\src\Unity.Microsoft.DependencyInjection.csproj" />
2020 </ItemGroup >
2121
22- <ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netcoreapp1.1' " >
23- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Specification.Tests" Version =" [1.1.1]" />
24- </ItemGroup >
25-
26- <ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netcoreapp2.0' " >
27- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Specification.Tests" Version =" 2.2.0" />
28- </ItemGroup >
29-
3022</Project >
You can’t perform that action at this time.
0 commit comments