Skip to content

Commit

Permalink
Fix version used by example builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Sep 18, 2024
1 parent d43def0 commit 76038cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/IceRpc.Examples.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The version of the IceRPC NuGet packages used by the examples. It must be available from nuget.org once
this branch is released.
-->
<IceRpcVersion Condition="'$(IceRpcVersion)' == ''">0.4.0.1</IceRpcVersion>
<IceRpcVersion Condition="'$(IceRpcVersion)' == ''">0.5.0-preview1</IceRpcVersion>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AnalysisMode>All</AnalysisMode>
Expand Down

0 comments on commit 76038cc

Please sign in to comment.