File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Library</OutputType >
5
5
<TargetFramework >net8.0</TargetFramework >
6
+ <RuntimeIdentifier Condition =" '$(RuntimeIdentifier)' == '' AND '$(PackAsTool)' != 'true'" >$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier >
6
7
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
7
8
</PropertyGroup >
8
9
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >net8.0</TargetFramework >
6
+ <RuntimeIdentifier Condition =" '$(RuntimeIdentifier)' == '' AND '$(PackAsTool)' != 'true'" >$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier >
6
7
</PropertyGroup >
7
8
8
9
<ItemGroup >
You can’t perform that action at this time.
0 commit comments