Skip to content

Commit

Permalink
Merge pull request #195 from hjgraca/update-dotnet-sdk-6.0.405
Browse files Browse the repository at this point in the history
chore: update dotnet sdk to 6.0.405
  • Loading branch information
sliedig authored Feb 14, 2023
2 parents 642f63a + 0bcc4fe commit fae639d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET 6.0
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
with:
dotnet-version: 6.0.302
dotnet-version: 6.0.405
- name: Install solution dependencies
run: dotnet restore
- name: Build
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ jobs:
- name: Setup .NET 6.0
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
with:
dotnet-version: 6.0.302
dotnet-version: 6.0.405
- name: Install solution dependencies
run: |
dotnet tool install -g docfx
dotnet new tool-manifest
dotnet tool install docfx
- name: Create API docs
run: |
docfx apidocs/docfx.json
dotnet docfx apidocs/docfx.json
- name: Release API docs to latest
uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7 # v3.9.2
with:
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "6.0.302"
"version": "6.0.405"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0-preview-20221221-03" />
<PackageReference Include="Moq" Version="4.18.3" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit fae639d

Please sign in to comment.