From 3b2caca252317f769e6b473d87c28aabfd3b3e1e Mon Sep 17 00:00:00 2001 From: Marko Lahma Date: Sun, 1 Oct 2023 23:24:07 +0300 Subject: [PATCH] Cleaned project dependencies (#4530) --- src/NSwag.AspNet.Owin/NSwag.AspNet.Owin.csproj | 3 +-- src/NSwag.AspNetCore/NSwag.AspNetCore.csproj | 2 -- src/NSwag.Commands/NSwag.Commands.csproj | 5 ----- src/NSwag.Console.x86/NSwag.Console.x86.csproj | 2 -- src/NSwag.Console/NSwag.Console.csproj | 2 -- src/NSwag.Console/Program.cs | 2 +- src/NSwag.Core.Yaml.Tests/NSwag.Core.Yaml.Tests.csproj | 1 - src/NSwag.Npm/README.md | 2 +- 8 files changed, 3 insertions(+), 16 deletions(-) diff --git a/src/NSwag.AspNet.Owin/NSwag.AspNet.Owin.csproj b/src/NSwag.AspNet.Owin/NSwag.AspNet.Owin.csproj index 9153225263..c26439dd44 100644 --- a/src/NSwag.AspNet.Owin/NSwag.AspNet.Owin.csproj +++ b/src/NSwag.AspNet.Owin/NSwag.AspNet.Owin.csproj @@ -35,8 +35,7 @@ - - + \ No newline at end of file diff --git a/src/NSwag.AspNetCore/NSwag.AspNetCore.csproj b/src/NSwag.AspNetCore/NSwag.AspNetCore.csproj index b982a4e719..b43c73d3f9 100644 --- a/src/NSwag.AspNetCore/NSwag.AspNetCore.csproj +++ b/src/NSwag.AspNetCore/NSwag.AspNetCore.csproj @@ -57,10 +57,8 @@ - - diff --git a/src/NSwag.Commands/NSwag.Commands.csproj b/src/NSwag.Commands/NSwag.Commands.csproj index 64cc900a02..6bcec096af 100644 --- a/src/NSwag.Commands/NSwag.Commands.csproj +++ b/src/NSwag.Commands/NSwag.Commands.csproj @@ -36,15 +36,10 @@ - - - - - diff --git a/src/NSwag.Console.x86/NSwag.Console.x86.csproj b/src/NSwag.Console.x86/NSwag.Console.x86.csproj index 6f9a6f16b5..203ad38d41 100644 --- a/src/NSwag.Console.x86/NSwag.Console.x86.csproj +++ b/src/NSwag.Console.x86/NSwag.Console.x86.csproj @@ -26,9 +26,7 @@ - - diff --git a/src/NSwag.Console/NSwag.Console.csproj b/src/NSwag.Console/NSwag.Console.csproj index 50ff11ccc9..8fbb8b55d0 100644 --- a/src/NSwag.Console/NSwag.Console.csproj +++ b/src/NSwag.Console/NSwag.Console.csproj @@ -21,9 +21,7 @@ - - diff --git a/src/NSwag.Console/Program.cs b/src/NSwag.Console/Program.cs index 21d33385ab..443df81c4e 100644 --- a/src/NSwag.Console/Program.cs +++ b/src/NSwag.Console/Program.cs @@ -9,7 +9,7 @@ public class Program { private static Task Main(string[] args) { - Console.Write("NSwag command line tool for .NET 4.6.1+ " + RuntimeUtilities.CurrentRuntime + ", "); + Console.Write("NSwag command line tool for .NET 4.6.2+ " + RuntimeUtilities.CurrentRuntime + ", "); var processor = new NSwagCommandProcessor(new ConsoleHost()); return processor.ProcessAsync(args); } diff --git a/src/NSwag.Core.Yaml.Tests/NSwag.Core.Yaml.Tests.csproj b/src/NSwag.Core.Yaml.Tests/NSwag.Core.Yaml.Tests.csproj index b728c614e4..d3e996406b 100644 --- a/src/NSwag.Core.Yaml.Tests/NSwag.Core.Yaml.Tests.csproj +++ b/src/NSwag.Core.Yaml.Tests/NSwag.Core.Yaml.Tests.csproj @@ -13,7 +13,6 @@ - diff --git a/src/NSwag.Npm/README.md b/src/NSwag.Npm/README.md index 2876710bc0..62bd5ae8ce 100644 --- a/src/NSwag.Npm/README.md +++ b/src/NSwag.Npm/README.md @@ -1,6 +1,6 @@ NSwag is a Swagger 2.0 API (OpenAPI) toolchain for .NET, Web API, TypeScript (jQuery, AngularJS, Angular 2+, Aurelia, KnockoutJS, and more) and other platforms, written in C#. The Swagger specification uses JSON and JSON Schema to describe a RESTful web API. The NSwag project provides tools to generate Swagger specifications from existing ASP.NET Web API controllers and client code from these Swagger specifications. -**This NPM module requires .NET 4.6.1+ or .NET Core 1.0/1.1/2.0/2.1/2.2 to be installed on your system!** +**This NPM module requires Full .NET Framework 4.6.2+ or .NET 6.0+ to be installed on your system!** - [More information about NSwag](http://nswag.org) - [More information about the available commands](https://github.com/RicoSuter/NSwag/wiki/CommandLine)