File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 <NoWarn >NU1701</NoWarn >
1717 <RootNamespace >$(MSBuildProjectName.Replace(" ", "_").Replace(".Common", ""))</RootNamespace >
1818 <PackageId >Oxide.Common</PackageId >
19+ <LangVersion >Latest</LangVersion >
20+ <PolySharpUsePublicAccessibilityForGeneratedTypes >True</PolySharpUsePublicAccessibilityForGeneratedTypes >
21+ <PolySharpIncludeRuntimeSupportedAttributes >True</PolySharpIncludeRuntimeSupportedAttributes >
1922 </PropertyGroup >
2023 <ItemGroup >
2124 <PackageReference Include =" Oxide.References" Version =" 2.0.*" >
2225 <PrivateAssets >contentfiles;analyzers;build</PrivateAssets >
2326 </PackageReference >
2427 <None Include =" ..\resources\icon.png" Pack =" true" PackagePath =" \" />
28+ <PackageReference Include =" PolySharp" Version =" 1.13.2" >
29+ <PrivateAssets >all</PrivateAssets >
30+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
31+ </PackageReference >
2532 </ItemGroup >
2633 <Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
2734 <Target Name =" ChangeAliasesOfStrongNameAssemblies" BeforeTargets =" FindReferenceAssembliesForReferences;ResolveReferences" >
You can’t perform that action at this time.
0 commit comments