Skip to content

Commit

Permalink
Default and version props
Browse files Browse the repository at this point in the history
Co-authored-by: Jakob Høgenes <[email protected]>
  • Loading branch information
woksin and jakhog committed Mar 8, 2022
1 parent 35f53a7 commit 5fcca4c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions default.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project>
<Import Project="versions.props"/>

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IncludeSource>True</IncludeSource>
<Protobuf_NoWarnMissingExpected>true</Protobuf_NoWarnMissingExpected>
<Protobuf_TouchMissingExpected>true</Protobuf_TouchMissingExpected>
</PropertyGroup>
</Project>
8 changes: 8 additions & 0 deletions versions.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project>
<PropertyGroup>
<GoogleProtobufVersion>3.18.1</GoogleProtobufVersion>
<GoogleProtobufToolsVersion>3.19.4</GoogleProtobufToolsVersion>
<GrpcVersion>2.43.0</GrpcVersion>

</PropertyGroup>
</Project>

0 comments on commit 5fcca4c

Please sign in to comment.