We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef1764 commit 1cf2a07Copy full SHA for 1cf2a07
.github/workflows/build.yml
@@ -12,6 +12,6 @@ jobs:
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: 3.1.100
+ dotnet-version: 7.0.x
16
- name: Build with dotnet
17
run: dotnet build --configuration Release
SampleApp9000/SampleApp9000.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
5
</PropertyGroup>
6
7
<ItemGroup>
0 commit comments