-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added repository updates to move to GlobalPackageReferences, as well …
…as few improvements to how nuke works and starts
- Loading branch information
1 parent
12f7ba0
commit 01f13c6
Showing
8 changed files
with
60 additions
and
1,267 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Project> | ||
<ItemGroup> | ||
<PackageReference | ||
Include="Microsoft.NETFramework.ReferenceAssemblies" | ||
IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" | ||
PrivateAssets="All" | ||
/> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" /> | ||
<PackageReference Include="Rocket.Surgery.MSBuild.CI" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" /> | ||
<PackageReference Include="Rocket.Surgery.MSBuild.GitVersion" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" /> | ||
<PackageReference | ||
Include="Rocket.Surgery.MSBuild.JetBrains.Annotations" | ||
IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" | ||
PrivateAssets="All" | ||
Condition="'$(MSBuildProjectName)'!='.build'" | ||
/> | ||
<PackageReference Include="Rocket.Surgery.MSBuild.SourceLink" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" /> | ||
<!-- | ||
<PackageReference | ||
Include="Polyfill" | ||
IncludeAssets="runtime;build;buildMultitargeting;buildTransitive;native;contentfiles;analyzers" | ||
PrivateAssets="All" | ||
Condition="'$(MSBuildProjectName)'!='.build'" | ||
/> | ||
--> | ||
<PackageReference Include="Roslynator.Analyzers" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" /> | ||
<PackageReference Include="Roslynator.Formatting.Analyzers" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" /> | ||
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" /> | ||
<PackageReference Include="Roslynator.CodeFixes" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" /> | ||
<PackageReference Include="Roslynator.Refactorings" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" /> | ||
</ItemGroup> | ||
</Project> |
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
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
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
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
Oops, something went wrong.