fix error
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Avalonia" Version="11.0.9" />
|
<PackageReference Include="Avalonia" Version="11.0.9" />
|
||||||
<PackageReference Include="Avalonia.Desktop" Version="11.0.9" />
|
<PackageReference Include="Avalonia.Desktop" Version="11.0.9" />
|
||||||
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.8" />
|
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.9" />
|
||||||
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.9" />
|
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.9" />
|
||||||
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
|
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
|
||||||
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.9" />
|
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.9" />
|
||||||
|
|||||||
@@ -91,12 +91,14 @@
|
|||||||
VerticalContentAlignment="Center" HorizontalContentAlignment="Center"
|
VerticalContentAlignment="Center" HorizontalContentAlignment="Center"
|
||||||
IsEnabled="{Binding SolutionFolderPath, Mode=OneWay, Converter={x:Static StringConverters.IsNotNullOrEmpty}}"
|
IsEnabled="{Binding SolutionFolderPath, Mode=OneWay, Converter={x:Static StringConverters.IsNotNullOrEmpty}}"
|
||||||
Command="{Binding DeleteBinAndObjFoldersInFolderCommand}">
|
Command="{Binding DeleteBinAndObjFoldersInFolderCommand}">
|
||||||
<TextBlock TextWrapping="Wrap">
|
<StackPanel>
|
||||||
Clear bin and obj folders
|
<TextBlock TextWrapping="Wrap">
|
||||||
<TextBlock>
|
Clear bin and obj folders
|
||||||
|
</TextBlock>
|
||||||
|
<TextBlock TextWrapping="Wrap">
|
||||||
(and node_modules)
|
(and node_modules)
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
</TextBlock>
|
</StackPanel>
|
||||||
</Button>
|
</Button>
|
||||||
<Button Grid.Row="2" Grid.Column="1" MinHeight="100" Padding="10" Margin="5"
|
<Button Grid.Row="2" Grid.Column="1" MinHeight="100" Padding="10" Margin="5"
|
||||||
HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
|
HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
|
||||||
|
|||||||
Reference in New Issue
Block a user