-
Notifications
You must be signed in to change notification settings - Fork 2k
Don't pack .NET Standard #32203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't pack .NET Standard #32203
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,10 @@ | |
|
|
||
| <Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" /> | ||
|
|
||
| <PropertyGroup> | ||
| <IsPackable Condition="$(TargetFramework.Contains('netstandard'))">false</IsPackable> | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [major] Build & MSBuild — This disables packing for every netstandard inner build, including netstandard-only packable tooling projects such as |
||
| </PropertyGroup> | ||
|
|
||
| <ItemGroup> | ||
| <!-- Upgrade xunit's transitive NETStandard.Library dependency to avoid .NET Standard 1.x dependencies. --> | ||
| <!-- <PackageReference Include="NETStandard.Library" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.