about summary refs log blame commit diff
path: root/IRCSharp.Tests/IRCSharp.Tests.csproj
blob: f76dc702c5a12c6d2113a9b6ab68ff69d992ab99 (plain) (tree)
1
2
3
4


                                    
                                             

























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

  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <IsPackable>false</IsPackable>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
    <PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
    <PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
    <PackageReference Include="coverlet.collector" Version="1.3.0" />
    <PackageReference Include="YamlDotNet" Version="8.1.2" />
  </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>