Skip to content
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

Update to a version of NuGet that understand .NET Standard and .NET Core 2.0 #935

Merged
merged 6 commits into from
Mar 6, 2017
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DotnetCLIVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc4-004840
2.0.0-alpha-5212
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@livarcocc @piotrpMSFT - looks like we got a bad change in the CLI. We are no longer padding our commit counts. We should fix that.

2 changes: 1 addition & 1 deletion build/DependencyVersions.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<MsBuildPackagesVersion>0.1.0-preview-00028-160627</MsBuildPackagesVersion>
<DependencyModelVersion>1.0.3</DependencyModelVersion>
<PlatformAbstractionsVersion>1.0.3</PlatformAbstractionsVersion>
<NuGetVersion>4.0.0-rtm-2323</NuGetVersion>
<NuGetVersion>4.3.0-beta1-2342</NuGetVersion>
</PropertyGroup>

<!-- Dependencies from test projects -->
Expand Down