Merge pull request #5160 from larsbrubaker/main
adding <RuntimeIdentifier>win</RuntimeIdentifier>
This commit is contained in:
commit
fdcebacbc3
4 changed files with 6 additions and 4 deletions
|
|
@ -9,7 +9,8 @@
|
|||
<RootNamespace>MatterControl</RootNamespace>
|
||||
<AssemblyName>MatterControl</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<RuntimeIdentifier>win</RuntimeIdentifier>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<!--See the following for details on netstandard2 binding workround: https://github.com/dotnet/standard/issues/481-->
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 33920643b0090049b397a34220a6154cdc39e1e1
|
||||
Subproject commit f010c985ba1978c5b769fc2f8fe8e0766f79838f
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1c02acca83e375dc553b149a2da9d0ce12595e70
|
||||
Subproject commit 628760e12e9a38dce1d8ae6d8b3a4860dad22320
|
||||
|
|
@ -18,7 +18,8 @@
|
|||
<RootNamespace>MatterControl.AutomationTests</RootNamespace>
|
||||
<AssemblyName>MatterControl.AutomationTests</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<RuntimeIdentifier>win</RuntimeIdentifier>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue