Skip to content

Commit c467878

Browse files
committed
Bump to .NET LTS
1 parent 1488b6c commit c467878

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

src/chromium.linux-x64/chromium.linux-x64.msbuildproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
<PropertyGroup>
44
<Description>Chromium native binaries for Linux x64 runtime.</Description>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
77
<PackageId>$(MSBuildProjectName)</PackageId>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
1211
<PackageReference Include="NuGetizer" PrivateAssets="all" />
1312
</ItemGroup>
1413

src/chromium.win-x64/chromium.win-x64.msbuildproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
<PropertyGroup>
44
<Description>Chromium native binaries for Windows x64 runtime.</Description>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
77
<PackageId>$(MSBuildProjectName)</PackageId>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
1211
<PackageReference Include="NuGetizer" PrivateAssets="all" />
1312
</ItemGroup>
1413

Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<Project Sdk="Microsoft.Build.NoTargets/3.5.0">
2+
23
<PropertyGroup>
34
<Description>Chromium native binaries for Windows x86 runtime.</Description>
4-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
56
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
67
<PackageId>$(MSBuildProjectName)</PackageId>
78
</PropertyGroup>
9+
810
<ItemGroup>
9-
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
1011
<PackageReference Include="NuGetizer" PrivateAssets="all" />
1112
</ItemGroup>
13+
1214
</Project>

src/chromium/chromium.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
1110
<PackageReference Include="NuGetizer" PrivateAssets="all" />
1211
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
1312
<PackageReference Include="NuGet.ProjectModel" />

src/dotnet-chromium/dotnet-chromium.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
66
<PackageId>dotnet-chromium</PackageId>
77
<Description>Allows running a portable version of Chromium via the command line on Windows and Linux.</Description>
88
<RuntimeIdentifiers>win-x64;win-x86;linux-x64</RuntimeIdentifiers>
@@ -14,7 +14,6 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="NuGetizer" PrivateAssets="all" />
17-
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
1817
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
1918
<PackageReference Include="Microsoft.Playwright" />
2019
</ItemGroup>

0 commit comments

Comments
 (0)