Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
upd - Used MSTest SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Apr 22, 2024
1 parent df2277d commit e40602c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 25 deletions.
16 changes: 3 additions & 13 deletions Figletize.Generator.Tests/Figletize.Generator.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,30 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="MSTest.Sdk/3.3.1">

<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks>net8.0;net48</TargetFrameworks>
<LangVersion>latest</LangVersion>
<EnableMSTestRunner>true</EnableMSTestRunner>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
<TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageReference Include="MSTest" Version="3.3.1" />
<PackageReference Update="Roslyn.Diagnostics.Analyzers" Version="3.3.4" />
<PackageReference Include="Shouldly" Version="4.2.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Figletize.Generator\Figletize.Generator.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Roslyn.Diagnostics.Analyzers" Version="3.3.4" />
</ItemGroup>

</Project>
16 changes: 4 additions & 12 deletions Figletize.Tests/Figletize.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="MSTest.Sdk/3.3.1">

<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks>net8.0;net48</TargetFrameworks>
<LangVersion>latest</LangVersion>
<EnableMSTestRunner>true</EnableMSTestRunner>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
<TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSTest" Version="3.3.1" />
<PackageReference Update="Roslyn.Diagnostics.Analyzers" Version="3.3.4" />
<PackageReference Include="Shouldly" Version="4.2.1" />
</ItemGroup>

Expand All @@ -24,7 +18,5 @@
<ItemGroup>
<Compile Include="..\Figletize\Utilities\ParseUtil.cs" Link="Source\ParseUtil.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Roslyn.Diagnostics.Analyzers" Version="3.3.4" />
</ItemGroup>

</Project>

0 comments on commit e40602c

Please sign in to comment.