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
2
2
configuration : Release
3
3
platform : Any CPU
4
4
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.2 </TargetFramework >
4
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
5
5
<IsPackable >false</IsPackable >
6
6
<RootNamespace >Unity.Microsoft.DependencyInjection.Tests</RootNamespace >
7
7
</PropertyGroup >
19
19
<ProjectReference Include =" ..\src\Unity.Microsoft.DependencyInjection.csproj" />
20
20
</ItemGroup >
21
21
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
-
30
22
</Project >
You can’t perform that action at this time.
0 commit comments