Skip to content

Commit 3375b97

Browse files
committed
Merge the microbuild branch from https://github.com/aarnott/Library.Template
Specifically, this merges [56aa0b3 from that repo](AArnott/Library.Template@56aa0b3).
2 parents 40d7bfa + 56aa0b3 commit 3375b97

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
@@ -46,8 +46,8 @@
4646
<ItemGroup Label="Library.Template">
4747
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
4848
<PackageVersion Include="Microsoft.VisualStudio.Internal.MicroBuild.NonShipping" Version="$(MicroBuildVersion)" />
49-
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0" />
50-
<PackageVersion Include="xunit" Version="2.9.0" />
49+
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
50+
<PackageVersion Include="xunit" Version="2.9.1" />
5151
</ItemGroup>
5252
<ItemGroup>
5353
<GlobalPackageReference Include="Microsoft.CodeAnalysis.ResxSourceGenerator" Version="$(CodeAnalysisAnalyzerVersion)" />
@@ -57,7 +57,7 @@
5757
<GlobalPackageReference Include="DotNetAnalyzers.DocumentationAnalyzers" Version="1.0.0-beta.59" />
5858
<GlobalPackageReference Include="Microsoft.VisualStudio.Internal.MicroBuild.VisualStudio" Version="$(MicroBuildVersion)" />
5959
<!-- The condition works around https://github.com/dotnet/sdk/issues/44951 -->
60-
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.7.112" Condition="!('$(TF_BUILD)'=='true' and '$(dotnetformat)'=='true')" />
60+
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.7.115" Condition="!('$(TF_BUILD)'=='true' and '$(dotnetformat)'=='true')" />
6161
<GlobalPackageReference Include="PolySharp" Version="1.15.0" />
6262
<GlobalPackageReference Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556" />
6363
</ItemGroup>

0 commit comments

Comments
 (0)