Skip to content

Commit 906306f

Browse files
committed
Remove polysharp... not used?
1 parent d6a3434 commit 906306f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/Oxide.Common.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,12 @@
1717
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_").Replace(".Common", ""))</RootNamespace>
1818
<PackageId>Oxide.Common</PackageId>
1919
<LangVersion>Latest</LangVersion>
20-
<PolySharpUsePublicAccessibilityForGeneratedTypes>True</PolySharpUsePublicAccessibilityForGeneratedTypes>
21-
<PolySharpIncludeRuntimeSupportedAttributes>True</PolySharpIncludeRuntimeSupportedAttributes>
2220
</PropertyGroup>
2321
<ItemGroup>
2422
<PackageReference Include="Oxide.References" Version="2.0.*">
2523
<PrivateAssets>contentfiles;analyzers;build</PrivateAssets>
2624
</PackageReference>
2725
<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>
3226
</ItemGroup>
3327
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
3428
<Target Name="ChangeAliasesOfStrongNameAssemblies" BeforeTargets="FindReferenceAssembliesForReferences;ResolveReferences">

0 commit comments

Comments
 (0)