Skip to content

Commit c1cacbf

Browse files
committed
Update dependencies
1 parent fa4f51b commit c1cacbf

File tree

4 files changed

+59
-22
lines changed

4 files changed

+59
-22
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
buildPlatform: Any CPU
88
buildConfiguration: Release
99
version: 5.2.1
10-
dotnetSDKVersion: 8.0.101
10+
dotnetSDKVersion: 8.0.200
1111
nodeVersion: 20
1212

1313
jobs:
@@ -226,7 +226,7 @@ jobs:
226226
continue-on-error: true
227227

228228
- name: 'Chocolatey push reportgenerator.portable'
229-
run: .$env:USERPROFILE\.nuget\packages\chocolatey\1.4.0\tools\chocolateyInstall\choco.exe push reportgenerator.portable.${{ env.Version }}.nupkg --apikey ${{ secrets.CHOCOLATEYAPIKEY }} --source https://push.chocolatey.org/
229+
run: .$env:USERPROFILE\.nuget\packages\chocolatey\2.2.2\tools\chocolateyInstall\choco.exe push reportgenerator.portable.${{ env.Version }}.nupkg --apikey ${{ secrets.CHOCOLATEYAPIKEY }} --source https://push.chocolatey.org/
230230
continue-on-error: true
231231

232232
- name: 'Prepare VSIX release: Install TFS Cross Platform Command Line Interface (tfx-cli)'

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.101",
3+
"version": "8.0.200",
44
"rollForward": "latestMajor"
55
}
66
}

src/AngularComponents/package-lock.json

+55-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ReportGenerator.Core.Test/ReportGenerator.Core.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1818
<PackageReference Include="Moq" Version="4.18.4" />
1919
<PackageReference Include="xunit" Version="2.6.6" />
2020
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">

0 commit comments

Comments
 (0)