We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e48437 commit 7bb8f02Copy full SHA for 7bb8f02
.github/workflows/uepa_tests.yml
@@ -12,11 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v1
18
with:
19
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
20
- name: Restore dependencies
21
run: dotnet restore
22
- name: Build
UnifiedEPA.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net9.0</TargetFramework>
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
</PropertyGroup>
8
0 commit comments