Skip to content

Commit bdd6ce5

Browse files
committed
Update test projects to use NET Core 2.1
1 parent d950a1d commit bdd6ce5

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

test/integrationTests/testAssets/singleCsproj/singleCsproj.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.0</TargetFramework>
5+
<TargetFramework>netcoreapp2.1</TargetFramework>
66
</PropertyGroup>
77

88
</Project>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<ItemGroup>
3-
<ProjectReference Include="..\lib\lib.csproj" />
2+
<ItemGroup>
3+
<ProjectReference Include="..\lib\lib.csproj" />
44
</ItemGroup>
55
<PropertyGroup>
66
<OutputType>Exe</OutputType>
7-
<TargetFramework>netcoreapp2.0</TargetFramework>
7+
<TargetFramework>netcoreapp2.1</TargetFramework>
88
</PropertyGroup>
99

1010
</Project>

test/integrationTests/testAssets/slnFilterWithCsproj/test/test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.0</TargetFramework>
4+
<TargetFramework>netcoreapp2.1</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<ItemGroup>
3-
<ProjectReference Include="..\lib\lib.csproj" />
2+
<ItemGroup>
3+
<ProjectReference Include="..\lib\lib.csproj" />
44
</ItemGroup>
55
<PropertyGroup>
66
<OutputType>Exe</OutputType>
7-
<TargetFramework>netcoreapp2.0</TargetFramework>
7+
<TargetFramework>netcoreapp2.1</TargetFramework>
88
</PropertyGroup>
99

1010
</Project>

test/integrationTests/testAssets/slnWithCsproj/test/test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.0</TargetFramework>
4+
<TargetFramework>netcoreapp2.1</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

0 commit comments

Comments
 (0)