This repository was archived by the owner on Sep 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
LogoFX.Bootstrapping.Middleware Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
6
- <Version >2.1.0 </Version >
6
+ <Version >2.2.0-rc1 </Version >
7
7
</PropertyGroup >
8
8
9
9
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
10
- <OutputPath >..\Bin\netstandard2.0\Release</OutputPath >
11
- <DocumentationFile >..\Bin\netstandard2.0\Release\LogoFX.Bootstrapping.Middleware.xml</DocumentationFile >
12
- <DebugType >full</DebugType >
10
+ <OutputPath >..\Bin\netstandard\Release</OutputPath >
11
+ <DocumentationFile >..\Bin\netstandard\Release\LogoFX.Bootstrapping.Middleware.xml</DocumentationFile >
12
+ <EmbedAllSources >True</EmbedAllSources >
13
+ <DebugType >embedded</DebugType >
13
14
<DebugSymbols >true</DebugSymbols >
14
15
</PropertyGroup >
15
16
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
6
- <Version >2.1.0 </Version >
6
+ <Version >2.2.0-rc1 </Version >
7
7
</PropertyGroup >
8
8
9
9
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
10
- <OutputPath >..\Bin\netstandard2.0\Release</OutputPath >
11
- <DocumentationFile >..\Bin\netstandard2.0\Release\LogoFX.Bootstrapping.xml</DocumentationFile >
12
- <DebugType >full</DebugType >
10
+ <OutputPath >..\Bin\netstandard\Release</OutputPath >
11
+ <DocumentationFile >..\Bin\netstandard\Release\LogoFX.Bootstrapping.xml</DocumentationFile >
12
+ <EmbedAllSources >True</EmbedAllSources >
13
+ <DebugType >embedded</DebugType >
13
14
<DebugSymbols >true</DebugSymbols >
14
15
</PropertyGroup >
15
16
You can’t perform that action at this time.
0 commit comments