We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd45df2 commit 120f75dCopy full SHA for 120f75d
source/Modern.Vice.PdbMonitor/Modern.Vice.PdbMonitor/Properties/PublishProfiles/CrossPlatform.pubxml
@@ -6,8 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
6
<PropertyGroup>
7
<Configuration>Release</Configuration>
8
<Platform>Any CPU</Platform>
9
- <PublishDir>bin\Release\net7.0\publish_cross\</PublishDir>
+ <PublishDir>bin\Release\net8.0\publish_cross\</PublishDir>
10
<PublishProtocol>FileSystem</PublishProtocol>
11
<_TargetId>Folder</_TargetId>
12
+ <TargetFramework>net8.0</TargetFramework>
13
+ <SelfContained>false</SelfContained>
14
</PropertyGroup>
15
</Project>
0 commit comments