Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 4bbe3a3

Browse files
authored
Update build script to use net7.0 (#189)
1 parent ff4ce9a commit 4bbe3a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build-system/windows-release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ variables:
2222
value: akkadotnet/Akka.Persistence.PostgreSql
2323
steps:
2424
- task: UseDotNet@2
25-
displayName: 'Use .NET Core Runtime 3.1.10'
25+
displayName: 'Use .NET 7'
2626
inputs:
27-
packageType: runtime
28-
version: 3.1.10
27+
version: '7.x'
2928
- task: BatchScript@1
3029
displayName: 'FAKE Build'
3130
inputs:

0 commit comments

Comments
 (0)