Skip to content

Commit

Permalink
chore(deps): update dependency nerdbank.gitversioning to 3.7.112 (#466)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency nerdbank.gitversioning to 3.7.112

* remove winsdk install

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Vreony <[email protected]>
  • Loading branch information
renovate[bot] and dpvreony authored Dec 12, 2024
1 parent 597c863 commit e5dfeb5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 45 deletions.
33 changes: 1 addition & 32 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,12 @@ jobs:
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
solutionpath: src\Vetuviem.sln
unittestprojectpath: src\Vetuviem.UnitTests\Vetuviem.UnitTests.csproj
steps:
#- name: Get Latest Visual Studio Version
# shell: bash
# run: |
# dotnet tool update -g dotnet-vs
# vs where release
# vs update release Enterprise
# vs modify release Enterprise +mobile +desktop +uwp +web
# vs where release

steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0

#- name: Setup .NET Core 3.1
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: 3.1.x

#- name: Setup .NET 5
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: 5.0.x

- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
Expand All @@ -55,18 +36,6 @@ jobs:
dotnet workload install android ios tvos macos maui wasm-tools
dotnet workload list
- name: Install Windows SDK 10.0.16299
shell: pwsh
run: |
Invoke-WebRequest -Uri https://go.microsoft.com/fwlink/p/?linkid=864422 -OutFile winsdk.exe
$startInfo = New-Object System.Diagnostics.ProcessStartInfo
$startInfo.FileName = "winsdk.exe"
$startInfo.Arguments = "/norestart /quiet"
$process = New-Object System.Diagnostics.Process
$process.StartInfo = $startInfo
$process.Start()
$process.WaitForExit()
- name: NBGV
id: nbgv
uses: dotnet/nbgv@master
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,6 @@ jobs:
dotnet workload install android ios tvos macos maui wasm-tools
dotnet workload list
- name: Install Windows SDK 10.0.16299
shell: pwsh
run: |
Invoke-WebRequest -Uri https://go.microsoft.com/fwlink/p/?linkid=864422 -OutFile winsdk.exe
$startInfo = New-Object System.Diagnostics.ProcessStartInfo
$startInfo.FileName = "winsdk.exe"
$startInfo.Arguments = "/norestart /quiet"
$process = New-Object System.Diagnostics.Process
$process.StartInfo = $startInfo
$process.Start()
$process.WaitForExit()
- name: Add MSBuild to PATH
uses: microsoft/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.146" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.7.112" PrivateAssets="all" />
</ItemGroup>

<!--
Expand Down

0 comments on commit e5dfeb5

Please sign in to comment.