Skip to content

Commit

Permalink
Update Stratis packages for Cirrus Node
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Aug 15, 2022
1 parent 92a2533 commit 169fd05
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- os: macos-latest
runtime: "osx-x64"
extension: ".zip"
node_version: [16.x]
node_version: [18]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- os: macos-latest
runtime: "osx-x64"
extension: ".zip"
node_version: [16.x]
node_version: [18]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Stratis.Core" Version="1.3.0" />
<PackageReference Include="Stratis.Core" Version="1.3.2.2" />
</ItemGroup>

</Project>
16 changes: 8 additions & 8 deletions CRS/Cirrus.Node/Cirrus.Node.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights.NLogTarget" Version="2.20.0" />
<PackageReference Include="Stratis.Features.Api" Version="1.3.0" />
<PackageReference Include="Stratis.Features.Collateral" Version="4.0.8" />
<PackageReference Include="Stratis.Features.Notifications" Version="1.3.0" />
<PackageReference Include="Stratis.Features.SQLiteWalletRepository" Version="1.3.0" />
<PackageReference Include="Stratis.Features.SmartContracts" Version="1.3.0" />
<PackageReference Include="Stratis.Features.Wallet" Version="1.3.0" />
<PackageReference Include="Stratis.Sidechains.Networks" Version="1.3.0" />
<PackageReference Include="Microsoft.ApplicationInsights.NLogTarget" Version="2.21.0" />
<PackageReference Include="Stratis.Features.Api" Version="1.3.2.2" />
<PackageReference Include="Stratis.Features.Collateral" Version="4.0.9.2" />
<PackageReference Include="Stratis.Features.Notifications" Version="1.3.2.1" />
<PackageReference Include="Stratis.Features.SQLiteWalletRepository" Version="1.3.2.1" />
<PackageReference Include="Stratis.Features.SmartContracts" Version="1.3.2.1" />
<PackageReference Include="Stratis.Features.Wallet" Version="1.3.2.1" />
<PackageReference Include="Stratis.Sidechains.Networks" Version="1.3.2.1" />
<PackageReference Include="Stratis.SmartContracts.CLR" Version="2.0.2" />
<PackageReference Include="Stratis.SmartContracts.Core" Version="2.0.3" />
<PackageReference Include="Stratis.SmartContracts.Networks" Version="2.0.3" />
Expand Down

0 comments on commit 169fd05

Please sign in to comment.