palying with dotnet

This commit is contained in:
Paul Schneider 2019-01-02 04:12:35 +00:00
commit e9c5d5c1b2

View file

@ -4,7 +4,9 @@
<Description>encore une très petite entreprise</Description> <Description>encore une très petite entreprise</Description>
<VersionPrefix>1.0.5</VersionPrefix> <VersionPrefix>1.0.5</VersionPrefix>
<Authors>Paul Schneider &lt;paul@pschneider.fr&gt;</Authors> <Authors>Paul Schneider &lt;paul@pschneider.fr&gt;</Authors>
<TargetFramework>netstandard1.1</TargetFramework> <TargetFramework>dnx451</TargetFramework>
<TargetFrameworkIdentifier>DNX</TargetFrameworkIdentifier>
<TargetFrameworkVersion>4.5.1</TargetFrameworkVersion>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<AssemblyName>Yavsc</AssemblyName> <AssemblyName>Yavsc</AssemblyName>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>