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 298e700 commit 2f0137fCopy full SHA for 2f0137f
.github/workflows/dotnet.yml
@@ -20,7 +20,6 @@ jobs:
20
uses: actions/setup-dotnet@v5
21
with:
22
dotnet-version: |
23
- 8.0.x
24
9.0.x
25
10.0.x
26
- name: Restore dependencies
KeysExportViewer/KeysExportViewer.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFrameworks>net10.0-windows;net9.0-windows;net8.0-windows</TargetFrameworks>
+ <TargetFrameworks>net10.0-windows;net9.0-windows</TargetFrameworks>
4
<OutputType>WinExe</OutputType>
5
<PublishUrl>publish\</PublishUrl>
6
<Install>true</Install>
0 commit comments