File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed
YukimiScript.CodeGen.Bytecode
YukimiScript.CommandLineTool Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.0</ TargetFramework >
4+ <TargetFrameworks >netstandard2.0;netstandard2.1;net8.0;net9.0</ TargetFrameworks >
55 <GenerateDocumentationFile >true</GenerateDocumentationFile >
6+ <Version >0.8.6</Version >
7+ <Authors >Seng Jik</Authors >
8+ <Company >Strrationalism</Company >
9+ <PackageProjectUrl >https://github.com/Strrationalism/YukimiScript</PackageProjectUrl >
10+ <RepositoryUrl >https://github.com/Strrationalism/YukimiScript</RepositoryUrl >
11+ <RepositoryType >git</RepositoryType >
12+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
13+ <Title >YukimiScript.CodeGen.Bytecode</Title >
614 </PropertyGroup >
715
816 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8.0</TargetFramework >
4+ <TargetFrameworks >net8.0;net9.0</TargetFrameworks >
5+ <PackageProjectUrl >https://github.com/Strrationalism/YukimiScript</PackageProjectUrl >
6+ <RepositoryUrl >https://github.com/Strrationalism/YukimiScript</RepositoryUrl >
7+ <RepositoryType >git</RepositoryType >
8+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
9+ <Version >0.8.6</Version >
10+ <Title >YukimiScript.CodeGen</Title >
511 </PropertyGroup >
612
713 <ItemGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8.0</ TargetFramework >
5+ <TargetFrameworks >net8.0;net9.0</ TargetFrameworks >
66 <AssemblyName >ykmc</AssemblyName >
77 <WarnOn >3390;$(WarnOn)</WarnOn >
88 <PackAsTool >true</PackAsTool >
99 <ToolCommandName >ykmc</ToolCommandName >
10- <Version >0.8.5 </Version >
10+ <Version >0.8.6 </Version >
1111 <Authors >Seng Jik</Authors >
1212 <Company >Strrationalism</Company >
1313 <Product >YukimiScript</Product >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netstandard2.0</ TargetFramework >
3+ <TargetFrameworks >netstandard2.0;netstandard2.1;net8.0;net9.0</ TargetFrameworks >
44 <WarnOn >3390;$(WarnOn)</WarnOn >
5- <Version >0.8.3 </Version >
5+ <Version >0.8.6 </Version >
66 <Authors >Seng Jik</Authors >
77 <Company >Strrationalism</Company >
88 <Description >YukimiScript parser.</Description >
You can’t perform that action at this time.
0 commit comments