- Removed unneeded package

- Fixed build not working on dotnet sdk older than 5.0.3xx, this was done by downgrading Microsoft.CodeAnalysis.CSharp to 3.8.0
This commit is contained in:
Kwoth
2021-08-20 02:52:33 +02:00
parent 75eca393af
commit 88c005c50e
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.10.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" PrivateAssets="all" GeneratePathProperty="true" />
</ItemGroup>

View File

@@ -53,7 +53,6 @@
<PackageReference Include="YamlDotNet" Version="11.2.1" />
<PackageReference Include="YoutubeExplode" Version="6.0.5" />
<PackageReference Include="linq2db.EntityFrameworkCore" Version="5.4.0" />
<PackageReference Include="Microsoft.Extensions.Primitives" Version="5.0.1" />
</ItemGroup>
<ItemGroup>