From 45aff2d8efa2fa312c64191f27bcc7904551da05 Mon Sep 17 00:00:00 2001 From: Rob Sommeregger Date: Thu, 23 May 2024 09:45:53 +0200 Subject: [PATCH] remove testing deps from asyncValidation project --- Directory.Build.props | 1 - src/AsyncValidation/AsyncValidation.csproj | 2 -- 2 files changed, 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 4a47d74..d5cc544 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,7 +7,6 @@ Microsoft.AspNetCore.Mvc.$(MSBuildProjectName) LICENSE.txt README.md - false true net6.0;net7.0;net8.0 true diff --git a/src/AsyncValidation/AsyncValidation.csproj b/src/AsyncValidation/AsyncValidation.csproj index 710f020..6f3a81b 100644 --- a/src/AsyncValidation/AsyncValidation.csproj +++ b/src/AsyncValidation/AsyncValidation.csproj @@ -29,8 +29,6 @@ - -