Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77ff0c3

Browse files
authored
Update dotnet.yml to build with .NET 7.0 (#135)
* Update dotnet.yml to build with .NET 7.0 * Move to the right location * Bump TargetFramework in failing test project
1 parent 07cc619 commit 77ff0c3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v1
18+
with:
19+
dotnet-version: '7.0.x'
1820
- name: Restore dependencies of PortToTripleSlash
1921
run: dotnet restore src/PortToTripleSlash/PortToTripleSlash.sln
2022
- name: Build PortToTripleSlash

src/PortToDocs/tests/tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)