Skip to content

Commit

Permalink
Move .NET to version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Mar 6, 2025
1 parent e8b714c commit 9b4537b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/zeroconfig/windows/run-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (!(Test-Path (Join-Path $docker_setup_path splunk-otel-collector-*.msi) -Path
# 2. ASP.NET Core IIS hosting bundle
if (!(Test-Path (Join-Path $docker_setup_path dotnet-hosting-win.exe) -PathType Leaf)) {
$dotnet_hosing_exe = Join-Path $docker_setup_path dotnet-hosting-win.exe
Invoke-WebRequest -Uri https://aka.ms/dotnet/6.0/dotnet-hosting-win.exe -OutFile $dotnet_hosing_exe -UseBasicParsing
Invoke-WebRequest -Uri https://aka.ms/dotnet/8.0/dotnet-hosting-win.exe -OutFile $dotnet_hosing_exe -UseBasicParsing
}

try {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down

0 comments on commit 9b4537b

Please sign in to comment.