Skip to content

Commit e40c175

Browse files
authored
Merge branch 'main' into develop
2 parents 3094dbd + 8321884 commit e40c175

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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
"dotnet-outdated-tool": {
20-
"version": "4.7.0",
20+
"version": "4.7.1",
2121
"commands": [
2222
"dotnet-outdated"
2323
],

.github/workflows/build-library-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Upload build artifacts step
6969
id: artifact-upload-step
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: library-build
7373
path: ${{ runner.temp }}/${{ env.PROJECT_ARTIFACT }}

.github/workflows/build-release-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v6
4545

4646
- name: Download library build artifacts job
47-
uses: actions/download-artifact@v7
47+
uses: actions/download-artifact@v8
4848
with:
4949
artifact-ids: ${{ needs.build-library.outputs.artifact-id }}
5050
path: ./Publish

LanguageTagsTests/LanguageTagsTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<PackageReference Include="AwesomeAssertions" Version="9.4.0" />
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
1414
<PackageReference Include="xunit.analyzers" Version="1.27.0">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)