remove debug type
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>netcoreapp1.1;net461</TargetFrameworks>
|
<TargetFrameworks>netcoreapp1.1;net461</TargetFrameworks>
|
||||||
<DebugType>full</DebugType>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
<PackageId>UriBuilder.Fluent</PackageId>
|
<PackageId>UriBuilder.Fluent</PackageId>
|
||||||
<PackageTags>Url building;Uri;Uri building;fluent;extension</PackageTags>
|
<PackageTags>Url building;Uri;Uri building;fluent;extension</PackageTags>
|
||||||
<PackageProjectUrl>https://github.com/TerribleDev/UriBuilder.Fluent</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/TerribleDev/UriBuilder.Fluent</PackageProjectUrl>
|
||||||
<DebugType>full</DebugType>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
|
||||||
|
|||||||
Reference in New Issue
Block a user