Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency nerdbank.gitversioning to 3.7.112 #466

Merged
merged 2 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading