Skip to content

Commit

Permalink
Merge pull request #1743 from OronDF343/remove-package
Browse files Browse the repository at this point in the history
Remove reference to `Microsoft.CodeAnalysis.CSharp` in AspNetCore package
  • Loading branch information
exyi authored Dec 7, 2023
2 parents 9e93d76 + ea43f43 commit 7187fd0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
<ProjectReference Include="../Framework/DotVVM.Framework.csproj" />
<ProjectReference Include="../Core/DotVVM.Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.8.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
Expand Down

0 comments on commit 7187fd0

Please sign in to comment.