File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 2525 </ItemGroup >
2626
2727 <ItemGroup >
28+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.8.0" />
29+
2830 <PackageReference Include =" Avalonia" Version =" 11.0.10" />
2931 <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.10" />
3032 <PackageReference Include =" Avalonia.Xaml.Interactions" Version =" 11.0.10" />
3335 <PackageReference Include =" Avalonia.AvaloniaEdit" Version =" 11.0.6" />
3436 <PackageReference Include =" TextMateSharp.Grammars" Version =" 1.0.56" />
3537 <PackageReference Include =" AvaloniaEdit.TextMate" Version =" 11.0.6" />
36- <!-- Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
37- <PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" Avalonia.Diagnostics" Version =" 11.0.10" />
38+ <!-- Condition
39+ below is needed to remove Avalonia.Diagnostics package from build output in Release
40+ configuration.-->
41+ <PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" Avalonia.Diagnostics"
42+ Version =" 11.0.10" />
3843 <PackageReference Include =" FluentAvaloniaUI" Version =" 2.0.5" />
3944
4045 <PackageReference Include =" MinVer" Version =" 5.0.0" >
4146 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4247 <PrivateAssets >all</PrivateAssets >
4348 </PackageReference >
44-
49+
4550 <PackageReference Include =" NLog" Version =" 5.2.8" />
4651 <PackageReference Include =" NLog.Extensions.Logging" Version =" 5.3.8" />
4752
4853 <None Update =" nlog.config" CopyToOutputDirectory =" Always" />
4954 </ItemGroup >
50- </Project >
55+ </Project >
You can’t perform that action at this time.
0 commit comments