Skip to content

Commit 6d16239

Browse files
...
1 parent b188251 commit 6d16239

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightlybuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install NET 7
8080
uses: actions/setup-dotnet@v2
8181
with:
82-
dotnet-version: '7.0.x'
82+
dotnet-version: '7.0.101'
8383

8484
- name: Restore Nuget Packages
8585
run: dotnet restore SecurityService.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json
@@ -128,7 +128,7 @@ jobs:
128128
- name: Install NET 7
129129
uses: actions/setup-dotnet@v2
130130
with:
131-
dotnet-version: '7.0.x'
131+
dotnet-version: '7.0.101'
132132

133133
- name: Restore Nuget Packages
134134
run: dotnet restore SecurityService.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json
@@ -182,7 +182,7 @@ jobs:
182182
- name: Install NET 7
183183
uses: actions/setup-dotnet@v2
184184
with:
185-
dotnet-version: '7.0.x'
185+
dotnet-version: '7.0.101'
186186

187187
- name: Restore Nuget Packages
188188
run: dotnet restore SecurityService.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json

0 commit comments

Comments
 (0)