Skip to content

Commit

Permalink
Merge pull request #400 from AvaloniaUI/fix-399
Browse files Browse the repository at this point in the history
Fix extension incompatibility with VS older than 17.7
  • Loading branch information
Takoooooo authored Oct 10, 2023
2 parents e84a64b + 9b298a7 commit 40e276c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AvaloniaVS.VS2022/AvaloniaVS.VS2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@
<ItemGroup>
<PackageReference Include="Avalonia.Remote.Protocol" Version="11.0.4" />
<PackageReference Include="Microsoft.CodeAnalysis">
<Version>4.7.0</Version>
<Version>4.0.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp">
<Version>4.7.0</Version>
<Version>4.0.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces">
<Version>4.7.0</Version>
<Version>4.0.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.LanguageServices">
<Version>4.7.0</Version>
<Version>4.0.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem">
<Version>15.8.243</Version>
Expand Down

0 comments on commit 40e276c

Please sign in to comment.