Upgrade single project and nuget lookup fix

This commit is contained in:
Matthew Parker [SSW]
2024-01-11 15:29:21 +10:00
parent 0c4bdfd5a8
commit 2f64270fb4
5 changed files with 128 additions and 47 deletions

View File

@@ -107,6 +107,15 @@
Update all projects in Solution to .NET 8.0
</TextBlock>
</Button>
<Button Grid.Row="2" Grid.Column="2" MinHeight="100" Padding="10" Margin="5"
HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
VerticalContentAlignment="Center" HorizontalContentAlignment="Center"
IsEnabled="{Binding SolutionFilePath, Mode=OneWay, Converter={x:Static StringConverters.IsNotNullOrEmpty}}"
Command="{Binding UpdateProjectToNet80Command}">
<TextBlock TextWrapping="Wrap">
Update C# Project to .NET 8.0
</TextBlock>
</Button>
</Grid>
<Label HorizontalAlignment="Center" Name="ResultsLabel" Content="{Binding ResultsLabel}"></Label>
</StackPanel>