Skip to content

Commit 67b82bd

Browse files
Updated sample project version
1 parent 1919144 commit 67b82bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/SampleServer/SampleServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
la<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<IsPackable>false</IsPackable>
66
<TargetFramework>netcoreapp3.1</TargetFramework>
77
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
8-
<LangVersion>8.0</LangVersion>
8+
<LangVersion>latest</LangVersion>
99
</PropertyGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)