|
|
@@ -6,8 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
|
<PropertyGroup>
|
|
|
<Configuration>Release</Configuration>
|
|
|
<Platform>Any CPU</Platform>
|
|
|
- <PublishDir>bin\Release\net6.0\publish\</PublishDir>
|
|
|
+ <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
|
|
|
<PublishProtocol>FileSystem</PublishProtocol>
|
|
|
<_TargetId>Folder</_TargetId>
|
|
|
+ <TargetFramework>net6.0</TargetFramework>
|
|
|
+ <SelfContained>false</SelfContained>
|
|
|
</PropertyGroup>
|
|
|
</Project>
|