Skip to content

Commit 1eb482a

Browse files
authored
Merge pull request #69 from unitycontainer/release/5.11
Switching to preview build
2 parents ca006a6 + a69089c commit 1eb482a

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

appveyor.yml

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

tests/Unity.Microsoft.DependencyInjection.Tests.csproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -19,12 +19,4 @@
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>

0 commit comments

Comments
 (0)