Skip to content

Commit

Permalink
Update .NET 7
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Nov 8, 2022
1 parent 0cde6c5 commit c84e08b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
buildPlatform: Any CPU
buildConfiguration: Release
version: 5.1.10
dotnetSDKVersion: 7.x
dotnetSDKVersion: 7.0.100
nodeVersion: 16

jobs:
Expand All @@ -34,7 +34,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.dotnetSDKVersion }}
dotnet-quality: 'preview'

- name: 'Show dotnet info'
run: dotnet --info
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.0-rc.2.22472.3",
"version": "7.0.100",
"rollForward": "latestMajor"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="3.1.2">
<PackageReference Include="coverlet.msbuild" Version="3.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit c84e08b

Please sign in to comment.