Skip to content

Commit

Permalink
React to renames in PackageReference items
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Jun 20, 2014
1 parent 236b1e6 commit aec2b3a
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Common" />
<PackageReference Include="System.Data.Common" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\packages\KoreBuild\build\Resources.cs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Common" />
<PackageReference Include="System.Data.Common" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\packages\KoreBuild\build\Resources.cs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<TargetFramework>portable-windows8+net45+wp8</TargetFramework>
<Assemblies>System.Interactive.Async</Assemblies>
</PackageReference>
<PackageReference Include="Microsoft.Data.Common" />
<PackageReference Include="System.Data.Common" />
<PackageReference Include="Microsoft.Framework.ConfigurationModel" />
<PackageReference Include="Microsoft.Framework.DependencyInjection" />
<PackageReference Include="Microsoft.Framework.Logging" />
Expand Down
2 changes: 1 addition & 1 deletion src/EntityFramework.SQLite/EntityFramework.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Common" />
<PackageReference Include="System.Data.Common" />
<PackageReference Include="Microsoft.Data.SQLite" />
<PackageReference Include="Microsoft.Framework.DependencyInjection" />
<PackageReference Include="Remotion.Linq">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
</PackageReference>
<Reference Include="System" />
<Reference Include="System.Data" />
<PackageReference Include="Microsoft.Data.Common">
<PackageReference Include="System.Data.Common">
<TargetFramework>net451</TargetFramework>
</PackageReference>
<PackageReference Include="Microsoft.Data.SqlServer">
<PackageReference Include="System.Data.SqlClient">
<TargetFramework>net45</TargetFramework>
</PackageReference>
<PackageReference Include="Microsoft.Framework.DependencyInjection">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Common">
<PackageReference Include="System.Data.Common">
<TargetFramework>net451</TargetFramework>
</PackageReference>
<PackageReference Include="xunit.abstractions">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<PackageReference Include="Microsoft.Data.Common">
<PackageReference Include="System.Data.Common">
<TargetFramework>net451</TargetFramework>
</PackageReference>
<PackageReference Include="xunit.abstractions">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<PackageReference Include="Microsoft.Data.Common">
<PackageReference Include="System.Data.Common">
<TargetFramework>net451</TargetFramework>
</PackageReference>
<PackageReference Include="Microsoft.Framework.ConfigurationModel">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<TargetFramework>net45</TargetFramework>
<Assemblies>System.Interactive.Async</Assemblies>
</PackageReference>
<PackageReference Include="Microsoft.Data.Common">
<PackageReference Include="System.Data.Common">
<TargetFramework>net451</TargetFramework>
</PackageReference>
<PackageReference Include="Microsoft.Data.SQLite">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Data" />
<PackageReference Include="Microsoft.Data.Common">
<PackageReference Include="System.Data.Common">
<TargetFramework>net451</TargetFramework>
</PackageReference>
<PackageReference Include="xunit.abstractions">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
<TargetFramework>net45</TargetFramework>
<Assemblies>System.Interactive.Async</Assemblies>
</PackageReference>
<PackageReference Include="Microsoft.Data.Common">
<PackageReference Include="System.Data.Common">
<TargetFramework>net451</TargetFramework>
</PackageReference>
<PackageReference Include="Microsoft.Data.SqlServer">
<PackageReference Include="System.Data.SqlClient">
<TargetFramework>net45</TargetFramework>
</PackageReference>
<PackageReference Include="Microsoft.Framework.ConfigurationModel">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<PackageReference Include="Microsoft.Data.Common">
<PackageReference Include="System.Data.Common">
<TargetFramework>net451</TargetFramework>
</PackageReference>
<PackageReference Include="Microsoft.Data.SqlServer">
<PackageReference Include="System.Data.SqlClient">
<TargetFramework>net45</TargetFramework>
</PackageReference>
<PackageReference Include="Microsoft.Framework.ConfigurationModel">
Expand Down

0 comments on commit aec2b3a

Please sign in to comment.