Skip to content

Commit

Permalink
Upgraded to NET 8.0
Browse files Browse the repository at this point in the history
Updated submodules
  • Loading branch information
Justin113D committed Aug 3, 2024
1 parent 47acd3c commit 1327339
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SA3D.Common.WPF/ErrorHandling/ErrorHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class ErrorHandler
public ErrorHandler(string reportWebLink)
{
ReportWebLink = reportWebLink;
ErrorHandlers = new();
ErrorHandlers = [];
}

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/SA3D.Common.WPF/SA3D.Common.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="../SA3D.ProjectConfigurations/NuGet.Build.props" />

<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>SA3D.Common.WPF</RootNamespace>
<UseWPF>true</UseWPF>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SA3D.ProjectConfigurations

0 comments on commit 1327339

Please sign in to comment.