Skip to content

Commit 56aa0b3

Browse files
committed
Merge remote-tracking branch 'origin/main' into microbuild
2 parents 6ac5aae + b47196d commit 56aa0b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"rollForward": false
1818
},
1919
"nbgv": {
20-
"version": "3.7.112",
20+
"version": "3.7.115",
2121
"commands": [
2222
"nbgv"
2323
],

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<ItemGroup Label="Library.Template">
1414
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1515
<PackageVersion Include="Microsoft.VisualStudio.Internal.MicroBuild.NonShipping" Version="$(MicroBuildVersion)" />
16-
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0" />
17-
<PackageVersion Include="xunit.v3" Version="1.0.0" />
16+
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
17+
<PackageVersion Include="xunit.v3" Version="1.0.1" />
1818
</ItemGroup>
1919
<ItemGroup>
2020
<!-- Put repo-specific GlobalPackageReference items in this group. -->
@@ -24,7 +24,7 @@
2424
<GlobalPackageReference Include="DotNetAnalyzers.DocumentationAnalyzers" Version="1.0.0-beta.59" />
2525
<GlobalPackageReference Include="Microsoft.VisualStudio.Internal.MicroBuild.VisualStudio" Version="$(MicroBuildVersion)" />
2626
<!-- The condition works around https://github.com/dotnet/sdk/issues/44951 -->
27-
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.7.112" Condition="!('$(TF_BUILD)'=='true' and '$(dotnetformat)'=='true')" />
27+
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.7.115" Condition="!('$(TF_BUILD)'=='true' and '$(dotnetformat)'=='true')" />
2828
<GlobalPackageReference Include="PolySharp" Version="1.15.0" />
2929
<GlobalPackageReference Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556" />
3030
</ItemGroup>

0 commit comments

Comments
 (0)