Skip to content

Commit

Permalink
Update Urls Nuget.Config
Browse files Browse the repository at this point in the history
  • Loading branch information
ralmsdeveloper committed Mar 21, 2018
1 parent f7791c1 commit 661e79d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<LangVersion>7.1</LangVersion>
<LangVersion>7.2</LangVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.0-preview2-30192" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.0-preview2-30192" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.0-preview2-30366" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.0-preview2-30366" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Design.Specification.Tests" Version="2.1.0-preview1-26583" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="2.1.0-preview2-30192" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Specification.Tests" Version="2.1.0-preview2-30192" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.1.0-preview2-prkrishn-test-16441" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.1.0-preview2-prkrishn-test-16441" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="2.1.0-preview2-30366" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Specification.Tests" Version="2.1.0-preview2-30366" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.1.0-preview2-30366" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.1.0-preview2-30366" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0-preview-20180221-13" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
Expand Down
1 change: 0 additions & 1 deletion EFCore.FirebirdSql.FunctionalTests/TestContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

using Microsoft.EntityFrameworkCore;
using EntityFrameworkCore.FirebirdSql;
using Microsoft.EntityFrameworkCore.Diagnostics;
using Microsoft.Extensions.Logging;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@
using System.Diagnostics;
using EntityFrameworkCore.FirebirdSql.Scaffolding.Internal;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Design.Internal;
using Microsoft.EntityFrameworkCore.Diagnostics;
using Microsoft.EntityFrameworkCore.Internal;
using Microsoft.EntityFrameworkCore.Migrations.Operations;
using Microsoft.EntityFrameworkCore.Scaffolding;
using Microsoft.EntityFrameworkCore.Scaffolding.Metadata;
using Microsoft.EntityFrameworkCore.Storage.Converters;
using Microsoft.EntityFrameworkCore.TestUtilities;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;

namespace EFCore.FirebirdSql.FunctionalTests.TestUtilities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
using System.Diagnostics;
using EntityFrameworkCore.FirebirdSql.Migrations;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Design.Internal;
using Microsoft.EntityFrameworkCore.Diagnostics;
using Microsoft.EntityFrameworkCore.Firebird.Design.Internal;
using Microsoft.EntityFrameworkCore.Internal;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.Converters;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Microsoft.EntityFrameworkCore.TestUtilities;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
Expand Down
Binary file added EFCore.FirebirdSql/msbuild.binlog
Binary file not shown.
9 changes: 4 additions & 5 deletions NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
</packageRestore>
<packageSources>
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="AspNetCoreDev" value="https://dotnet.myget.org/f/aspnetcore-dev" />
<add key="AspNetCore" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="AspNetCoreDev" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
</packageSources>
<disabledPackageSources>
<add key="AspNetCoreDev" value="true" />
</disabledPackageSources>
</configuration>
</configuration>
Binary file added msbuild.binlog
Binary file not shown.

0 comments on commit 661e79d

Please sign in to comment.