Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Commit caee30e

Browse files
committed
chore: fixed output path
1 parent c32b2f7 commit caee30e

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

src/LogoFX.Bootstrapping.Middleware/LogoFX.Bootstrapping.Middleware.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
6-
<Version>2.1.0</Version>
6+
<Version>2.2.0-rc1</Version>
77
</PropertyGroup>
88

99
<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>
1314
<DebugSymbols>true</DebugSymbols>
1415
</PropertyGroup>
1516

src/LogoFX.Bootstrapping/LogoFX.Bootstrapping.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
6-
<Version>2.1.0</Version>
6+
<Version>2.2.0-rc1</Version>
77
</PropertyGroup>
88

99
<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>
1314
<DebugSymbols>true</DebugSymbols>
1415
</PropertyGroup>
1516

0 commit comments

Comments
 (0)