Skip to content

Commit

Permalink
Version 1.3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kuiper committed Sep 24, 2023
1 parent 81032e6 commit 4b739b1
Show file tree
Hide file tree
Showing 83 changed files with 7,761 additions and 8,142 deletions.
13 changes: 10 additions & 3 deletions AvantGarde.Test/AvantGarde.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
<IsPublishable>false</IsPublishable>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand All @@ -19,6 +20,12 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<Target Name="CleanBinObj" AfterTargets="Clean">
<RemoveDir Directories="$(ProjectDir)$(BaseOutputPath)" />
<RemoveDir Directories="$(ProjectDir)$(BaseIntermediateOutputPath)" />
</Target>

<ItemGroup>
<ProjectReference Include="..\AvantGarde\AvantGarde.csproj" />
</ItemGroup>
Expand Down
Loading

0 comments on commit 4b739b1

Please sign in to comment.