Commit f2575de 1 parent 72b37ce commit f2575de Copy full SHA for f2575de
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<RuntimeIdentifiers >linux-x64;win-x64</RuntimeIdentifiers >
7
7
<StartupObject >hirs.Program</StartupObject >
8
8
<PublishSingleFile >true</PublishSingleFile >
9
9
<ImplicitUsings >enable</ImplicitUsings >
10
10
<Nullable >enable</Nullable >
11
- <PackageVersion >3.0.0 </PackageVersion >
11
+ <PackageVersion >3.0.1 </PackageVersion >
12
12
<Release ></Release >
13
13
</PropertyGroup >
14
14
35
35
<PackageReference Include =" paccor.HardwareManifestPlugin" Version =" 1.0.0" />
36
36
<PackageReference Include =" paccor.HardwareManifestPluginManager" Version =" 1.0.0" />
37
37
<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 " >
39
39
<PrivateAssets >all</PrivateAssets > <!-- These assets will be consumed but won't flow to the parent project -->
40
40
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
41
41
</PackageReference >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<IsPackable >false</IsPackable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
You can’t perform that action at this time.
0 commit comments