Skip to content

Commit

Permalink
Port VBTests to .NET Core
Browse files Browse the repository at this point in the history
Part of dotnet#271
  • Loading branch information
bricelam committed Jun 3, 2019
1 parent 983a21a commit de1ee27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/EntityFramework/VBTests/VBTests.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<PropertyGroup>
<RootNamespace />
<AssemblyName>EntityFramework.VBTests</AssemblyName>
<TargetFramework>net452</TargetFramework>
<TargetFrameworks>net452;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net452'">
<Reference Include="System.Transactions" />
</ItemGroup>

<ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net452'">
<Content Include="$(NuGetPackageRoot)Microsoft.SqlServer.Types\$(MicrosoftSqlServerTypesVersion)\content\readme.htm">
<Link>SqlServerTypes\readme.htm</Link>
</Content>
Expand Down

0 comments on commit de1ee27

Please sign in to comment.