Skip to content

Commit

Permalink
Reference Web SDK in OData test project since we need MVC references
Browse files Browse the repository at this point in the history
Resolves #23739
  • Loading branch information
smitpatel committed Feb 12, 2021
1 parent d1d3efb commit 56688f0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
Expand All @@ -13,7 +13,6 @@

<ItemGroup>
<ProjectReference Include="..\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj" />
<PackageReference Include="IdentityServer4.EntityFramework" Version="4.1.1" />
</ItemGroup>

</Project>

0 comments on commit 56688f0

Please sign in to comment.