Skip to content

Commit

Permalink
fix: remove upgrade assistant junk
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsShamed committed Jun 13, 2022
1 parent 38656b0 commit 476e9ed
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions OsuPackImporter/OsuPackImporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,10 @@
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
</PropertyGroup>
<ItemGroup>
<Analyzer Include="..\packages\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.330701\analyzers\dotnet\cs\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.Common.dll"/>
<Analyzer Include="..\packages\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.330701\analyzers\dotnet\cs\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.dll"/>
<Analyzer Include="..\packages\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.330701\analyzers\dotnet\cs\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.CodeFixes.dll"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1"/>
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.3.330701"/>
<PackageReference Include="MinVer" Version="4.0.0"/>
<PackageReference Include="OsuParsers" Version="1.7.1"/>
<PackageReference Include="SharpCompress" Version="0.31.0"/>
<PackageReference Include="Spectre.Console" Version="0.44.0"/>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="MinVer" Version="4.0.0" />
<PackageReference Include="OsuParsers" Version="1.7.1" />
<PackageReference Include="SharpCompress" Version="0.31.0" />
<PackageReference Include="Spectre.Console" Version="0.44.0" />
</ItemGroup>
</Project>

0 comments on commit 476e9ed

Please sign in to comment.