update csproj and generator to use netcoreapp3.1

This commit is contained in:
Laurent Perron
2021-09-21 09:55:40 +02:00
parent 1941d1a5af
commit 01fa53b1cd

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<LangVersion>7.3</LangVersion>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<!-- see https://github.com/dotnet/docs/issues/12237 -->
<RollForward>LatestMajor</RollForward>
<AssemblyName>Google.Sample</AssemblyName>