fixed issue with constant being ambuigious in .net core.

This commit is contained in:
David Lebee
2018-09-16 01:10:20 -05:00
parent 80b616b914
commit b15f90cbd8
3 changed files with 15 additions and 2 deletions
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishProtocol>FileSystem</PublishProtocol>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<TargetFramework>netstandard2.0</TargetFramework>
<PublishDir>bin\Release\netstandard2.0\publish\</PublishDir>
</PropertyGroup>
</Project>