Skip to content

Commit

Permalink
👷 Bump .NET sdk version to 6 rc2 (#51)
Browse files Browse the repository at this point in the history
Bump GitHub actions and Package references to .NET 6 rc2
  • Loading branch information
eduherminio authored Oct 16, 2021
1 parent 13400bf commit 8f29500
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100-rc.1.21458.32'
dotnet-version: '6.0.100-rc.2.21505.57'
include-prerelease: true

- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100-rc.1.21458.32'
dotnet-version: '6.0.100-rc.2.21505.57'
include-prerelease: true

- name: Build
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100-rc.1.21458.32'
dotnet-version: '6.0.100-rc.2.21505.57'
include-prerelease: true

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100-rc.1.21458.32'
dotnet-version: '6.0.100-rc.2.21505.57'
include-prerelease: true

- name: Set version to ${{ github.event.inputs.new_engine_version }}
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>

<!--<ItemGroup Condition="!$(AssemblyName.EndsWith('Test')) AND !$(AssemblyName.EndsWith('Benchmark')) AND !$(AssemblyName.EndsWith('Dev'))">
<!--<ItemGroup Condition="!$(AssemblyName.EndsWith('Test')) AND !$(AssemblyName.EndsWith('Benchmark')) AND !$(AssemblyName.EndsWith('Dev'))">
<PackageReference Include="ClrHeapAllocationAnalyzer" Version="3.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</PackageReference>
</ItemGroup>-->

</Project>
6 changes: 3 additions & 3 deletions src/Lynx.Cli/Lynx.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0-rc.1.21451.13" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0-rc.1.21451.13" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.0-rc.1.21451.13" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.0-rc.2.*" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.7.4" />
</ItemGroup>

Expand Down

0 comments on commit 8f29500

Please sign in to comment.