Skip to content

Commit

Permalink
Use IceRpc 0.3.0-preview1 for main branch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Dec 13, 2023
1 parent eafe40a commit e4a375e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-
- name: 🔗 Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-quality: 'preview'
- name: Setup Ice 3.7
run: |
sudo mkdir -p /etc/apt/keyrings
Expand Down
2 changes: 1 addition & 1 deletion build/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<!-- TODO update to 1.2 stable release https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3187#issuecomment-1043221630 -->
<StyleCopAnalyzersVersion>1.2.0-beta.507</StyleCopAnalyzersVersion>
<IceRpcVersion Condition="'$(IceRpcVersion)' == ''">0.2.1</IceRpcVersion>
<IceRpcVersion Condition="'$(IceRpcVersion)' == ''">0.3.0-preview1</IceRpcVersion>
<IceVersion Condition="'$(IceVersion)' == ''">3.7.10</IceVersion>
</PropertyGroup>
</Project>

0 comments on commit e4a375e

Please sign in to comment.