Mark van Renswoude
8e0edabeed
Implemented two examples. More needed to get rid of the mess that is the current "Test" project.
12 lines
253 B
XML
12 lines
253 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|