File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net7 .0</TargetFramework >
55 <PackageLicenseExpression >MIT</PackageLicenseExpression >
66 <Product >GmodNET API</Product >
77 <Description >GmodNET API library contains all necessary interfaces to write a GmodNET module.</Description >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net6 .0</TargetFramework >
5+ <TargetFramework >net7 .0</TargetFramework >
66 <StartupObject >GmodNET.BuidReq</StartupObject >
77 <Description >GmodNET managed module loader.</Description >
88 <PackageLicenseExpression >MIT</PackageLicenseExpression >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net7 .0</TargetFramework >
55 </PropertyGroup >
66
77 <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
You can’t perform that action at this time.
0 commit comments