-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace PackNuspec with a dummy .csproj file
- Loading branch information
Nate McMaster
committed
Dec 6, 2018
1 parent
0588b13
commit 1b9a6b0
Showing
3 changed files
with
38 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
build/tools/templates/SharedFxSymbols/SharedFrameworkSymbols.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<Project> | ||
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" /> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp2.1</TargetFramework> | ||
<Authors>Microsoft</Authors> | ||
<Copyright>Copyright © Microsoft Corporation</Copyright> | ||
<PackageLicenseUrl>https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt</PackageLicenseUrl> | ||
<PackageIconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</PackageIconUrl> | ||
<PackageProjectUrl>https://asp.net</PackageProjectUrl> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<IncludeBuildOutput>false</IncludeBuildOutput> | ||
<PackageTags>aspnetcore</PackageTags> | ||
<ContentTargetFolders></ContentTargetFolders> | ||
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<_SymbolFiles Include="$(SymbolsWorkDir)**\*.pdb;$(SymbolsWorkDir)**\*.map;$(SymbolsWorkDir)**\*.dll" /> | ||
<Content Include="@(_SymbolFiles)"> | ||
<PackagePath>%(RecursiveDir)%(Filename)%(Extension)</PackagePath> | ||
</Content> | ||
</ItemGroup> | ||
|
||
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" /> | ||
|
||
<Target Name="Compile" /> | ||
<Target Name="CopyFilesToOutputDirectory" /> | ||
|
||
</Project> |
18 changes: 0 additions & 18 deletions
18
build/tools/templates/SharedFxSymbols/SharedFrameworkSymbols.nuspec
This file was deleted.
Oops, something went wrong.