Skip to content

Commit 248473b

Browse files
committed
Build fixes
1 parent 9480809 commit 248473b

5 files changed

Lines changed: 5 additions & 8 deletions

File tree

nuget.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<package pattern="entityframework.ja" />
3333
<package pattern="entityframework.ko" />
3434
<package pattern="entityframework.ru" />
35-
<package pattern="microsoft.entityframework.sqlserver" />
3635
<package pattern="entityframework.sqlservercompact" />
3736
<package pattern="entityframework.zh-hans" />
3837
<package pattern="entityframework.zh-hant" />
@@ -165,6 +164,7 @@
165164
<packageSource key="nuget.org">
166165
<package pattern="bouncycastle.*" />
167166
<package pattern="codingwithcalvin.vsixsdk" />
167+
<package pattern="microsoft.entityframework.sqlserver" />
168168
<package pattern="krafs.publicizer" />
169169
<package pattern="entityframework6.npgsql" />
170170
<package pattern="google.protobuf" />
@@ -173,8 +173,10 @@
173173
<package pattern="k4os.compression.lz4.streams" />
174174
<package pattern="k4os.hash.xxhash" />
175175
<package pattern="microsoft.applicationinsights" />
176+
<package pattern="microsoft.build.tasks.git" />
176177
<package pattern="microsoft.data.sqlclient.sni" />
177178
<package pattern="microsoft.net.test.sdk" />
179+
<package pattern="microsoft.sourcelink.common" />
178180
<package pattern="microsoft.sourcelink.github" />
179181
<package pattern="microsoft.testing.*" />
180182
<package pattern="microsoft.testplatform.*" />
@@ -185,6 +187,8 @@
185187
<package pattern="npgsql" />
186188
<package pattern="oracle.manageddataaccess" />
187189
<package pattern="oracle.manageddataaccess.entityframework" />
190+
<package pattern="system.configuration.configurationmanager" />
191+
<package pattern="system.formats.asn1" />
188192
<package pattern="system.formats.nrbf" />
189193
<package pattern="system.resources.extensions" />
190194
<package pattern="ubiety.dns.core" />

src/Microsoft.Data.Entity.Tests.Design.Model/Microsoft.Data.Entity.Tests.Design.Model.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
<AssemblyName>Microsoft.Data.Entity.Tests.Design.Model</AssemblyName>
66
</PropertyGroup>
77

8-
<ItemGroup>
9-
<PackageReference Include="Microsoft.EntityFramework.SqlServer" />
10-
</ItemGroup>
11-
128
<ItemGroup>
139
<Reference Include="System.Data" />
1410
<Reference Include="System.Data.Entity" />

src/Microsoft.Data.Entity.Tests.Design.Package/Microsoft.Data.Entity.Tests.Design.Package.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFramework.SqlServer" />
1110
<PackageReference Include="Microsoft.VisualStudio.Data.Core" />
1211
<PackageReference Include="Microsoft.VisualStudio.DataTools.Interop" />
1312
<PackageReference Include="Microsoft.VisualStudio.Interop" />

src/Microsoft.Data.Entity.Tests.Design.VersioningFacade/Microsoft.Data.Entity.Tests.Design.VersioningFacade.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<ItemGroup>
88
<PackageReference Include="EntityFramework" />
9-
<PackageReference Include="Microsoft.EntityFramework.SqlServer" />
109
</ItemGroup>
1110

1211
<!-- Publicize EntityFramework internals at compile-time -->

src/Microsoft.Data.Entity.Tests.Design/Microsoft.Data.Entity.Tests.Design.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.EntityFramework.SqlServer" />
1716
<PackageReference Include="Microsoft.VisualStudio.Data.Core" />
1817
<PackageReference Include="Microsoft.VisualStudio.DataTools.Interop" />
1918
<PackageReference Include="Microsoft.VisualStudio.Interop" />

0 commit comments

Comments
 (0)