Skip to content

Commit 72c57b0

Browse files
committed
.net 7 update
1 parent d2bbf6d commit 72c57b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Setup dotnet"
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: 7
17+
dotnet-version: 7.x.x
1818

1919
- name: "Build"
2020
run: |

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Setup dotnet"
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: 7
17+
dotnet-version: 7.x.x
1818

1919
- name: "Build"
2020
run: |

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Setup dotnet"
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: 7
17+
dotnet-version: 7.x.x
1818

1919
- name: "Build"
2020
run: |

tests/tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
1010
<PackageReference Include="xunit" Version="2.4.2" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1212
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)