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

Commit 049a6fa

Browse files
OO to 2.1.1 #43
1 parent 864e650 commit 049a6fa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ObjectOrientation/OOSamples/InheritanceWithConstructors/InheritanceWithConstructors.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>

ObjectOrientation/OOSamples/UsingInterfaces/UsingInterfaces.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>

ObjectOrientation/OOSamples/VirtualMethods/VirtualMethods.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>

ObjectOrientation/Readme.md

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

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

11-
* Visual Studio 2017 Update 5 with the .NET Core workload
11+
* Visual Studio 2017 Update 7 with the .NET Core workload
1212
* Visual Studio for Mac
1313
* Visual Studio Code
1414

0 commit comments

Comments
 (0)