Skip to content

Commit 6a5b3d7

Browse files
authored
Merge pull request #182 from Umplify/171-upgrade-nuget-packages
Upgrade NuGet packages #171
2 parents d974c1c + cc12689 commit 6a5b3d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipeline-PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
displayName: 'Use .NET 7.0 sdk'
1818
inputs:
1919
packageType: sdk
20-
version: 7.0.103
20+
version: 7.0.401
2121
installationPath: $(Agent.ToolsDirectory)/dotnet
2222
- script: echo Started restoring the source code
2323
- task: DotNetCoreCLI@2

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
displayName: 'Use .NET 7.0 sdk'
2525
inputs:
2626
packageType: sdk
27-
version: 7.0.103
27+
version: 7.0.401
2828
installationPath: $(Agent.ToolsDirectory)/dotnet
2929
- script: echo Started restoring the source code
3030
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)