Skip to content

Commit

Permalink
Reverting change to target frameworks that breaks kokoro
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruskal-google committed Mar 28, 2022
1 parent 8e7f936 commit a114b00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net462;netcoreapp3.1;net6.0</TargetFrameworks>
<TargetFrameworks>net462;netcoreapp3.1;net60</TargetFrameworks>
<AssemblyOriginatorKeyFile>../../keys/Google.Protobuf.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<IsPackable>False</IsPackable>
Expand Down

0 comments on commit a114b00

Please sign in to comment.