Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
shoushou1106 committed Oct 23, 2023
1 parent 6dd5c70 commit 3dcc3c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FrostyEditor/FrostyEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.0" />
<PackageReference Include="Avalonia.Controls.TreeDataGrid" Version="11.0.1" />
<PackageReference Include="Avalonia.Controls.TreeDataGrid" Version="11.0.0" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.0" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.0" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.0" />
Expand All @@ -28,9 +28,9 @@
<PackageReference Include="Dock.Model" Version="11.0.0" />
<PackageReference Include="Dock.Model.Mvvm" Version="11.0.0" />
<PackageReference Include="Dock.Serializer" Version="11.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.7.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Scripting.Common" Version="4.7.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.6.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Scripting.Common" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3dcc3c3

Please sign in to comment.