Skip to content

Commit 1584b07

Browse files
committed
Updated dependencies
1 parent d7cfcfb commit 1584b07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<Choose>
5050
<When Condition="'$(IsUwpProject)' == 'true' and '$(IsTestProject)' != 'true'">
5151
<ItemGroup>
52-
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.0.9" PrivateAssets="all" />
52+
<PackageReference Include="MSBuild.Sdk.Extras" Version="3.0.23" PrivateAssets="all" />
5353
</ItemGroup>
5454
</When>
5555
</Choose>

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ steps:
2121
displayName: Setup Environment Variables
2222

2323
- task: NuGetToolInstaller@1
24-
displayName: Use NuGet 5.8.1
24+
displayName: Use NuGet 5.9.1
2525
inputs:
26-
versionSpec: 5.8.1
26+
versionSpec: 5.9.1
2727

2828
- task: DotNetCoreCLI@2
2929
inputs:
@@ -38,7 +38,7 @@ steps:
3838
- task: UseDotNet@2
3939
displayName: 'Install .NET Core SDK'
4040
inputs:
41-
version: 5.0.201
41+
version: 5.0.301
4242
performMultiLevelLookup: true
4343

4444
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)