File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net9.0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <Version >1.3.9.0</Version >
9+ <NoWarn >$(NoWarn);IL2026;IL2067;IL2075;NETSDK1206</NoWarn >
910
1011 <!-- Single File デプロイ設定 -->
1112 <PublishSingleFile >true</PublishSingleFile >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net9.0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <Version >1.3.9.0</Version >
8+ <NoWarn >$(NoWarn);NETSDK1206</NoWarn >
89 </PropertyGroup >
910
1011 <ItemGroup >
You can’t perform that action at this time.
0 commit comments