about summary refs log tree commit diff
path: root/IrcTokens/IrcTokens.csproj
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-04-19 20:52:41 -0400
committerBen Harris <ben@tilde.team>2020-04-19 23:14:41 -0400
commit616abc70303990fbf8096fc6ada5fac100a6c66a (patch)
tree08df1ec5e896be6a18e6a39630ffc2fec8118297 /IrcTokens/IrcTokens.csproj
init
Diffstat (limited to 'IrcTokens/IrcTokens.csproj')
-rw-r--r--IrcTokens/IrcTokens.csproj23
1 files changed, 23 insertions, 0 deletions
diff --git a/IrcTokens/IrcTokens.csproj b/IrcTokens/IrcTokens.csproj
new file mode 100644
index 0000000..b888b6c
--- /dev/null
+++ b/IrcTokens/IrcTokens.csproj
@@ -0,0 +1,23 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <TargetFramework>netcoreapp3.1</TargetFramework>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
+    <PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
+    <PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
+    <PackageReference Include="YamlDotNet" Version="8.1.0" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <None Update="Tests\Data\msg-join.yaml">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Update="Tests\Data\msg-split.yaml">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+  </ItemGroup>
+
+</Project>