Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit cfe0e24

Browse files
Generics to 2.1.1 #43
1 parent 049a6fa commit cfe0e24

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Generics/GenericsSamples/DocumentManager/DocumentManager.csproj

+1-1
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>

Generics/GenericsSamples/GenericMethods/GenericMethods.csproj

+1-1
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>

Generics/GenericsSamples/LinkedListObjects/LinkedListObjects.csproj

+1-1
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>

Generics/GenericsSamples/LinkedListSample/LinkedListSample.csproj

+1-1
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>

Generics/GenericsSamples/Specialization/Specialization.csproj

+1-1
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>

Generics/GenericsSamples/Variance/Variance.csproj

+1-1
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>

Generics/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This chapter contains the following code samples:
1111

1212
To build and run the .NET Core samples, please install one of these tools:
1313

14-
* Visual Studio 2017 Update 5 with the .NET Core workload
14+
* Visual Studio 2017 Update 7 with the .NET Core workload
1515
* Visual Studio for Mac
1616
* Visual Studio Code
1717

0 commit comments

Comments
 (0)