Skip to content

Commit

Permalink
remove testing deps from asyncValidation project
Browse files Browse the repository at this point in the history
  • Loading branch information
R0boC0p committed May 23, 2024
1 parent 5814741 commit 45aff2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<AssemblyName>Microsoft.AspNetCore.Mvc.$(MSBuildProjectName)</AssemblyName>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
<IncludeContentInPack>true</IncludeContentInPack>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
2 changes: 0 additions & 2 deletions src/AsyncValidation/AsyncValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.IO.Pipelines" Version="6.0.0" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1" />
</ItemGroup>

</Project>

0 comments on commit 45aff2d

Please sign in to comment.