Skip to content

Commit

Permalink
Update to .NET 5
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Dec 15, 2020
1 parent 64dd751 commit 5f91454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<AssemblyOriginatorKeyFile>../../keys/Google.Protobuf.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<IsPackable>False</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion global.json
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "3.0.100",
"version": "5.0.100",
"rollForward": "latestMinor"
}
}

0 comments on commit 5f91454

Please sign in to comment.