Skip to content

Commit

Permalink
Bumping to .net8
Browse files Browse the repository at this point in the history
  • Loading branch information
woutervanranst authored Apr 5, 2024
1 parent 4fa51f3 commit 54fb1da
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<MapFileExtensions>True</MapFileExtensions>
<OpenBrowserOnPublish>False</OpenBrowserOnPublish>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net7.0-windows\app.publish\</PublishDir>
<PublishDir>bin\Release\net8.0-windows\app.publish\</PublishDir>
<PublishUrl>bin\publish\</PublishUrl>
<PublishProtocol>ClickOnce</PublishProtocol>
<PublishReadyToRun>False</PublishReadyToRun>
Expand All @@ -26,7 +26,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<SignatureAlgorithm>(none)</SignatureAlgorithm>
<SignManifests>False</SignManifests>
<SkipPublishVerification>false</SkipPublishVerification>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<UpdateEnabled>True</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateRequired>False</UpdateRequired>
Expand All @@ -43,4 +43,4 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<ProductName>.NET Desktop Runtime 7.0.9 (x64)</ProductName>
</BootstrapperPackage>
</ItemGroup>
</Project>
</Project>

0 comments on commit 54fb1da

Please sign in to comment.