Skip to content

Commit

Permalink
.net 7 update
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Nov 14, 2022
1 parent d2bbf6d commit 72c57b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: "Setup dotnet"
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7
dotnet-version: 7.x.x

- name: "Build"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: "Setup dotnet"
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7
dotnet-version: 7.x.x

- name: "Build"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: "Setup dotnet"
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7
dotnet-version: 7.x.x

- name: "Build"
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<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 72c57b0

Please sign in to comment.