Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/RicoSuter/NSwag
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Oct 2, 2023
2 parents 1eae91f + 3b2caca commit 0ef826c
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 16 deletions.
3 changes: 1 addition & 2 deletions src/NSwag.AspNet.Owin/NSwag.AspNet.Owin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NSwag.Core\NSwag.Core.csproj" />
<ProjectReference Include="..\NSwag.Generation.WebApi\NSwag.Generation.WebApi.csproj" />
<ProjectReference Include="..\NSwag.Generation\NSwag.Generation.csproj" />
</ItemGroup>

</Project>
2 changes: 0 additions & 2 deletions src/NSwag.AspNetCore/NSwag.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@

<ItemGroup>
<ProjectReference Include="..\NSwag.Annotations\NSwag.Annotations.csproj" />
<ProjectReference Include="..\NSwag.Core\NSwag.Core.csproj" />
<ProjectReference Include="..\NSwag.Core.Yaml\NSwag.Core.Yaml.csproj" />
<ProjectReference Include="..\NSwag.Generation.AspNetCore\NSwag.Generation.AspNetCore.csproj" />
<ProjectReference Include="..\NSwag.Generation\NSwag.Generation.csproj" />
</ItemGroup>

<Target Name="PopulateNuspec">
Expand Down
5 changes: 0 additions & 5 deletions src/NSwag.Commands/NSwag.Commands.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,10 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NSwag.Annotations\NSwag.Annotations.csproj" />
<ProjectReference Include="..\NSwag.CodeGeneration.CSharp\NSwag.CodeGeneration.CSharp.csproj" />
<ProjectReference Include="..\NSwag.CodeGeneration.TypeScript\NSwag.CodeGeneration.TypeScript.csproj" />
<ProjectReference Include="..\NSwag.CodeGeneration\NSwag.CodeGeneration.csproj" />
<ProjectReference Include="..\NSwag.Core.Yaml\NSwag.Core.Yaml.csproj" />
<ProjectReference Include="..\NSwag.Core\NSwag.Core.csproj" />
<ProjectReference Include="..\NSwag.Generation.AspNetCore\NSwag.Generation.AspNetCore.csproj" />
<ProjectReference Include="..\NSwag.Generation.WebApi\NSwag.Generation.WebApi.csproj" />
<ProjectReference Include="..\NSwag.Generation\NSwag.Generation.csproj" />
</ItemGroup>

</Project>
2 changes: 0 additions & 2 deletions src/NSwag.Console.x86/NSwag.Console.x86.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NSwag.Annotations\NSwag.Annotations.csproj" />
<ProjectReference Include="..\NSwag.AspNetCore.Launcher.x86\NSwag.AspNetCore.Launcher.x86.csproj" />
<ProjectReference Include="..\NSwag.CodeGeneration\NSwag.CodeGeneration.csproj" />
<ProjectReference Include="..\NSwag.Commands\NSwag.Commands.csproj" />
</ItemGroup>

Expand Down
2 changes: 0 additions & 2 deletions src/NSwag.Console/NSwag.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NSwag.Annotations\NSwag.Annotations.csproj" />
<ProjectReference Include="..\NSwag.AspNetCore.Launcher\NSwag.AspNetCore.Launcher.csproj" />
<ProjectReference Include="..\NSwag.CodeGeneration\NSwag.CodeGeneration.csproj" />
<ProjectReference Include="..\NSwag.Commands\NSwag.Commands.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/NSwag.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Program
{
private static Task<int> 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);
}
Expand Down
1 change: 0 additions & 1 deletion src/NSwag.Core.Yaml.Tests/NSwag.Core.Yaml.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NSwag.Core\NSwag.Core.csproj" />
<ProjectReference Include="..\NSwag.Core.Yaml\NSwag.Core.Yaml.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/NSwag.Npm/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 0ef826c

Please sign in to comment.