Skip to content

Commit ca9c9dd

Browse files
author
LoneWandererProductions
committed
does this work?
1 parent 9fac0f5 commit ca9c9dd

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

0 Bytes
Loading
0 Bytes
Loading

CoreBuilder/CoreBuilder.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@
88
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
99
</ItemGroup>
1010

11+
<PropertyGroup>
12+
<EnableNETAnalyzers>false</EnableNETAnalyzers>
13+
<SuppressNET6CompatibilityCheck>true</SuppressNET6CompatibilityCheck>
14+
</PropertyGroup>
15+
1116
</Project>

ExtendedSystemObjects/IUnmanagedArray.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ public interface IUnmanagedArray<T> : IDisposable
2222
void Resize(int newSize);
2323
void Clear();
2424
}
25-
2625
}

0 commit comments

Comments
 (0)