use assembly reference, to avoid VS2017 frequent reference error picking .NET Standard DLL over net451 dll

This commit is contained in:
dotMorten 2017-12-20 17:03:46 -08:00
parent 30a79f9a0f
commit 7926e0c8e0

View file

@ -38,6 +38,10 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<ItemGroup>
<Reference Include="NmeaParser">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\NmeaParser\bin\$(Configuration)\net451\NmeaParser.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
@ -167,12 +171,6 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NmeaParser\NmeaParser.csproj">
<Project>{1adc3666-1ddb-48c4-9811-1e58b6d09a7c}</Project>
<Name>NmeaParser</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.