Skip to content

Commit 0573cfc

Browse files
authored
Merge pull request #31 from ronaldbosma/renovate/all
Update all dependencies
2 parents 970b3da + 204ad42 commit 0573cfc

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"installBicep": true
1010
},
1111
"ghcr.io/azure/azure-dev/azd:latest": {},
12-
"ghcr.io/devcontainers/features/powershell:1": {
12+
"ghcr.io/devcontainers/features/powershell:2": {
1313
"version": "latest"
1414
}
1515
},

.github/workflows/azure-dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
dotnet build ./tests/IntegrationTests/IntegrationTests.csproj --configuration Release --output ./artifacts/integration-tests
9797
9898
- name: Upload Integration Tests Package
99-
uses: actions/upload-artifact@v6
99+
uses: actions/upload-artifact@v7
100100
with:
101101
name: integration-tests-package
102102
path: ./artifacts/integration-tests/
@@ -166,7 +166,7 @@ jobs:
166166
dotnet-version: "10.0.x"
167167

168168
- name: Download Integration Tests Package
169-
uses: actions/download-artifact@v7
169+
uses: actions/download-artifact@v8
170170
with:
171171
name: integration-tests-package
172172
path: ./artifacts/integration-tests
@@ -190,7 +190,7 @@ jobs:
190190

191191
- name: Upload Test Results
192192
if: always()
193-
uses: actions/upload-artifact@v6
193+
uses: actions/upload-artifact@v7
194194
with:
195195
name: integration-test-results
196196
path: ./artifacts/integration-tests/TestResults/
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
<Project Sdk="MSTest.Sdk/4.1.0">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net10.0</TargetFramework>
5-
<LangVersion>latest</LangVersion>
6-
<ImplicitUsings>enable</ImplicitUsings>
7-
<Nullable>enable</Nullable>
8-
<!--
9-
Displays error on console in addition to the log file. Note that this feature comes with a performance impact.
10-
For more information, visit https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#show-failure-per-test
11-
-->
12-
<TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
13-
</PropertyGroup>
14-
15-
<ItemGroup>
16-
<PackageReference Include="Azure.Identity" Version="1.17.1" />
17-
<PackageReference Include="Azure.ResourceManager.AppService" Version="1.4.1" />
18-
<PackageReference Include="dotenv.net" Version="4.0.0" />
19-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.3" />
20-
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.3" />
21-
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="10.0.3" />
22-
</ItemGroup>
23-
24-
</Project>
1+
<Project Sdk="MSTest.Sdk/4.1.0">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net10.0</TargetFramework>
5+
<LangVersion>latest</LangVersion>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
<!--
9+
Displays error on console in addition to the log file. Note that this feature comes with a performance impact.
10+
For more information, visit https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#show-failure-per-test
11+
-->
12+
<TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
13+
</PropertyGroup>
14+
15+
<ItemGroup>
16+
<PackageReference Include="Azure.Identity" Version="1.18.0" />
17+
<PackageReference Include="Azure.ResourceManager.AppService" Version="1.4.1" />
18+
<PackageReference Include="dotenv.net" Version="4.0.1" />
19+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.3" />
20+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.3" />
21+
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="10.0.3" />
22+
</ItemGroup>
23+
24+
</Project>

0 commit comments

Comments
 (0)