Skip to content

Commit 0b2d3d6

Browse files
committed
Specify which sdk to use in VC. Set base version for snapshot
1 parent 77d5af1 commit 0b2d3d6

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/Snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
with:
1111
dotnet-version: '9.0.x'
1212
project-names: 'Numerics'
13+
version: '1.0.0'
1314
run-tests: true
1415
nuget-source: 'https://www.hec.usace.army.mil/nexus/repository/consequences-nuget-public/'
1516
secrets:

global.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"sdk": {
3+
"version": "9.0.0",
4+
"rollForward": "latestFeature"
5+
}
6+
}

0 commit comments

Comments
 (0)