File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments