Skip to content

Commit fbe5eb9

Browse files
committed
Add project files.
1 parent 559620a commit fbe5eb9

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

UUID.Serialization.JsonNet.slnx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Solution>
2+
<Project Path="UUID.Serialization.JsonNet/UUID.Serialization.JsonNet.csproj" />
3+
</Solution>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using System;
2+
3+
namespace UUID.Serialization.JsonNet
4+
{
5+
public class Class1
6+
{
7+
8+
}
9+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
</PropertyGroup>
6+
7+
</Project>

0 commit comments

Comments
 (0)