Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cc619 commit 77ff0c3Copy full SHA for 77ff0c3
.github/workflows/dotnet.yml
@@ -15,6 +15,8 @@ jobs:
15
- uses: actions/checkout@v2
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v1
18
+ with:
19
+ dotnet-version: '7.0.x'
20
- name: Restore dependencies of PortToTripleSlash
21
run: dotnet restore src/PortToTripleSlash/PortToTripleSlash.sln
22
- name: Build PortToTripleSlash
src/PortToDocs/tests/tests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
5
<IsPackable>false</IsPackable>
6
</PropertyGroup>
7
0 commit comments