Skip to content

Commit 4c40249

Browse files
authored
Merge pull request #1659 from microsoft/dev/andarno/libtemplateUpdate-20260826-threading
Update Library.Template
2 parents b22a20b + 124eafe commit 4c40249

5 files changed

Lines changed: 11 additions & 25 deletions

File tree

.config/dotnet-tools.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"isRoot": true,
44
"tools": {
55
"powershell": {
6-
"version": "7.6.5",
6+
"version": "7.6.6",
77
"commands": [
88
"pwsh"
99
],
1010
"rollForward": false
1111
},
1212
"dotnet-coverage": {
13-
"version": "18.9.0",
13+
"version": "18.11.0",
1414
"commands": [
1515
"dotnet-coverage"
1616
],
1717
"rollForward": false
1818
},
1919
"nbgv": {
20-
"version": "3.10.91",
20+
"version": "3.10.94",
2121
"commands": [
2222
"nbgv"
2323
],
@@ -38,7 +38,7 @@
3838
"rollForward": false
3939
},
4040
"dotnet-symbol": {
41-
"version": "9.0.661903",
41+
"version": "10.0.731102",
4242
"commands": [
4343
"dotnet-symbol"
4444
],

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040

4141
- name: Deploy to GitHub Pages
4242
id: deployment
43-
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
43+
uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1

CONTRIBUTING.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,6 @@ Use `nbgv tag` to create a tag for a particular commit that you mean to release.
5252

5353
Push the tag.
5454

55-
### GitHub Actions
56-
57-
When your repo is hosted by GitHub and you are using GitHub Actions, you should create a GitHub Release using the standard GitHub UI.
58-
Having previously used `nbgv tag` and pushing the tag will help you identify the precise commit and name to use for this release.
59-
60-
After publishing the release, the `.github/workflows/release.yml` workflow will be automatically triggered, which will:
61-
62-
1. Find the most recent `.github/workflows/build.yml` GitHub workflow run of the tagged release.
63-
1. Upload the `deployables-Linux` artifact from that workflow run to your GitHub Release.
64-
1. Any nuget packages in the `deployables-Linux` artifact will be pushed to nuget.org.
65-
66-
The workflow is written to leverage NuGet.org Trusted Publishing.
67-
You should set `NUGET_USER` as a repo secret to satisfy Trusted Publishing requirements.
68-
6955
### Azure Pipelines
7056

7157
When your repo builds with Azure Pipelines, use the `azure-pipelines/release.yml` pipeline.

Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
66
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
7-
<MicrosoftTestingPlatformVersion>2.3.3</MicrosoftTestingPlatformVersion>
7+
<MicrosoftTestingPlatformVersion>2.4.0</MicrosoftTestingPlatformVersion>
88
<MicroBuildVersion>2.0.257</MicroBuildVersion>
99
<CodeAnalysisVersion>5.9.0</CodeAnalysisVersion>
1010
<CodefixTestingVersion>1.1.4</CodefixTestingVersion>
@@ -41,7 +41,7 @@
4141
<PackageVersion Include="Xunit.StaFact" Version="3.0.13" />
4242
</ItemGroup>
4343
<ItemGroup Label="Library.Template">
44-
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.10.0" />
44+
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.11.0" />
4545
<PackageVersion Include="Microsoft.Testing.Extensions.CrashDump" Version="$(MicrosoftTestingPlatformVersion)" />
4646
<PackageVersion Include="Microsoft.Testing.Extensions.HangDump" Version="$(MicrosoftTestingPlatformVersion)" />
4747
<PackageVersion Include="Microsoft.Testing.Extensions.Telemetry" Version="$(MicrosoftTestingPlatformVersion)" />
@@ -53,12 +53,12 @@
5353
<GlobalPackageReference Include="Microsoft.CodeAnalysis.ResxSourceGenerator" Version="5.0.0-1.25277.114" />
5454
</ItemGroup>
5555
<ItemGroup Label="Library.Template">
56-
<GlobalPackageReference Include="CSharpIsNullAnalyzer" Version="0.1.593" />
56+
<GlobalPackageReference Include="CSharpIsNullAnalyzer" Version="0.2.19" />
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.10.91" Condition="!('$(TF_BUILD)'=='true' and '$(dotnetformat)'=='true')" />
60+
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.10.94" Condition="!('$(TF_BUILD)'=='true' and '$(dotnetformat)'=='true')" />
6161
<GlobalPackageReference Include="PolySharp" Version="1.16.0" />
6262
<GlobalPackageReference Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556" />
6363
</ItemGroup>
64-
</Project>
64+
</Project>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.400",
3+
"version": "10.0.401",
44
"rollForward": "patch",
55
"allowPrerelease": false
66
},

0 commit comments

Comments
 (0)