Skip to content

Commit f2575de

Browse files
authored
Provisioner will use .NET 8 (#838)
* Updated .NET projects files to .NET 8
1 parent 72b37ce commit f2575de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HIRS_Provisioner.NET/hirs/HIRS_Provisioner.NET.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<RuntimeIdentifiers>linux-x64;win-x64</RuntimeIdentifiers>
77
<StartupObject>hirs.Program</StartupObject>
88
<PublishSingleFile>true</PublishSingleFile>
99
<ImplicitUsings>enable</ImplicitUsings>
1010
<Nullable>enable</Nullable>
11-
<PackageVersion>3.0.0</PackageVersion>
11+
<PackageVersion>3.0.1</PackageVersion>
1212
<Release></Release>
1313
</PropertyGroup>
1414

@@ -35,7 +35,7 @@
3535
<PackageReference Include="paccor.HardwareManifestPlugin" Version="1.0.0" />
3636
<PackageReference Include="paccor.HardwareManifestPluginManager" Version="1.0.0" />
3737
<PackageReference Include="paccor.paccor_scripts" Version="1.0.1" />
38-
<PackageReference Include="Packaging.Targets" Version="0.1.220">
38+
<PackageReference Include="Packaging.Targets" Version="0.1.226">
3939
<PrivateAssets>all</PrivateAssets> <!-- These assets will be consumed but won't flow to the parent project -->
4040
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4141
</PackageReference>

HIRS_Provisioner.NET/hirsTest/hirsTest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)