about summary refs log blame commit diff
path: root/IRCSharp.Tests/IRCSharp.Tests.csproj
blob: 9227e870ba08a4f84fe78bb73e207fe6c449214f (plain) (tree)
1
2
3
4
5
6
7
8
9


                                    
                                                              



                                  
                                                                          


                                                                       
















                                                                   
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
    <IsPackable>false</IsPackable>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
    <PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
    <PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
    <PackageReference Include="YamlDotNet" Version="11.2.1" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\IRCStates\IRCStates.csproj" />
    <ProjectReference Include="..\IRCTokens\IRCTokens.csproj" />
  </ItemGroup>

  <ItemGroup>
    <None Update="Tokenization\Data\msg-join.yaml">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Update="Tokenization\Data\msg-split.yaml">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
  </ItemGroup>

</Project>