Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Upgrade Remotion.Linq dependency to RTM #854

Merged
merged 1 commit into from
Feb 7, 2018
Merged

Upgrade Remotion.Linq dependency to RTM #854

merged 1 commit into from
Feb 7, 2018

Conversation

smitpatel
Copy link
Contributor

Resolves dotnet/efcore#9311

@Eilon - for approval

cc: @ajcvickers @natemcmaster

Copy link
Contributor

@natemcmaster natemcmaster left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -354,11 +353,6 @@
<ExternalDependency Include="StackExchange.Redis.StrongName" Version="$(StackExchangeRedisStrongNamePackageVersion)" Source="$(DefaultNuGetFeed)" />
<ExternalDependency Include="StreamJsonRpc" Version="$(StreamJsonRpcPackageVersion)" Source="$(DefaultNuGetFeed)" />
<ExternalDependency Include="StyleCop.Analyzers" Version="$(StyleCopAnalyzersPackageVersion)" Source="$(DefaultNuGetFeed)" Private="true" />
<ExternalDependency Include="System.Data.SqlClient" Version="$(Benchmarks_11_SystemDataSqlClientPackageVersion)" Source="$(DefaultNuGetFeed)" Private="true">
<!-- This version is used by EF's 1.1 benchmark project -->
<NoWarn>KRB2004</NoWarn>
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you also remove the NoWarn on the other System.Data.SqlClient package in this list? Should be unnecessary now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Copy link
Member

@Eilon Eilon left a comment

Choose a reason for hiding this comment

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

OSS approved.

@smitpatel smitpatel merged commit e12c666 into dev Feb 7, 2018
@smitpatel smitpatel deleted the smit/relinq branch February 7, 2018 06:40
@smitpatel
Copy link
Contributor Author

@natemcmaster - When will these changes propagate to EF repo? Is there any manual step required to do so?

@natemcmaster
Copy link
Contributor

Normally, over the weekend our automation would update EFCore. But, you can do this manually yourself now that your change made it into a build and is on myget.

./run.ps1 -u upgrade deps

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants