Skip to content

Commit 88f94e5

Browse files
authored
Align version in sample with narrative (#17836)
The narrative is about building a Netcore 3.1 app, but the sample showed 2.2.
1 parent f338014 commit 88f94e5

File tree

1 file changed

+2
-2
lines changed
  • samples/snippets/core/tutorials/cli-create-console-app/HelloMsBuild/csharp

1 file changed

+2
-2
lines changed

samples/snippets/core/tutorials/cli-create-console-app/HelloMsBuild/csharp/Hello.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

8-
</Project>
8+
</Project>

0 commit comments

Comments
 (0)