Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest NJS and Namotion.Reflection (v13) #2178

Merged
merged 22 commits into from
May 24, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert to packages
RicoSuter committed May 20, 2019
commit 3aa4c0c92369245646f6266cfdbb9fdf31bd50e2
2 changes: 1 addition & 1 deletion src/NSwag.AspNet.Owin/NSwag.AspNet.Owin.csproj
Original file line number Diff line number Diff line change
@@ -46,10 +46,10 @@
<ItemGroup>
<PackageReference Include="Microsoft.Owin" Version="3.0.1" />
<PackageReference Include="Microsoft.Owin.StaticFiles" Version="3.0.1" />
<PackageReference Include="NJsonSchema" Version="9.14.1" />
<PackageReference Include="Owin" Version="1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema\NJsonSchema.csproj" />
<ProjectReference Include="..\NSwag.Core\NSwag.Core.csproj" />
<ProjectReference Include="..\NSwag.SwaggerGeneration.WebApi\NSwag.SwaggerGeneration.WebApi.csproj" />
<ProjectReference Include="..\NSwag.SwaggerGeneration\NSwag.SwaggerGeneration.csproj" />
2 changes: 1 addition & 1 deletion src/NSwag.AspNet.WebApi/NSwag.AspNet.WebApi.csproj
Original file line number Diff line number Diff line change
@@ -23,9 +23,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.3" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.3" />
<PackageReference Include="NJsonSchema" Version="9.14.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema\NJsonSchema.csproj" />
<ProjectReference Include="..\NSwag.Annotations\NSwag.Annotations.csproj" />
</ItemGroup>
</Project>
4 changes: 1 addition & 3 deletions src/NSwag.AssemblyLoader/NSwag.AssemblyLoader.csproj
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@
<DefineConstants>TRACE;RELEASE;FullNet;NET451</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NJsonSchema" Version="9.14.1" />
<PackageReference Include="System.Net.Http" Version="4.3.2" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' OR '$(TargetFramework)' == 'netstandard2.0' ">
@@ -35,7 +36,4 @@
<Version>4.3.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema\NJsonSchema.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -47,10 +47,12 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema.CodeGeneration.CSharp\NJsonSchema.CodeGeneration.CSharp.csproj" />
<ProjectReference Include="..\NSwag.CodeGeneration\NSwag.CodeGeneration.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NJsonSchema.CodeGeneration.CSharp" Version="9.14.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -43,10 +43,12 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema.CodeGeneration.TypeScript\NJsonSchema.CodeGeneration.TypeScript.csproj" />
<ProjectReference Include="..\NSwag.CodeGeneration\NSwag.CodeGeneration.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NJsonSchema.CodeGeneration.TypeScript" Version="9.14.1" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions src/NSwag.CodeGeneration/NSwag.CodeGeneration.csproj
Original file line number Diff line number Diff line change
@@ -19,13 +19,13 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="NJsonSchema" Version="9.14.1" />
<PackageReference Include="NJsonSchema.CodeGeneration" Version="9.14.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net451'">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema.CodeGeneration\NJsonSchema.CodeGeneration.csproj" />
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema\NJsonSchema.csproj" />
<ProjectReference Include="..\NSwag.Core\NSwag.Core.csproj" />
</ItemGroup>
</Project>
10 changes: 5 additions & 5 deletions src/NSwag.Commands/NSwag.Commands.csproj
Original file line number Diff line number Diff line change
@@ -66,16 +66,16 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.1.0" />
<PackageReference Include="NConsole" Version="3.9.6519.30868" />
<PackageReference Include="NJsonSchema" Version="9.14.1" />
<PackageReference Include="NJsonSchema.CodeGeneration" Version="9.14.1" />
<PackageReference Include="NJsonSchema.CodeGeneration.CSharp" Version="9.14.1" />
<PackageReference Include="NJsonSchema.CodeGeneration.TypeScript" Version="9.14.1" />
<PackageReference Include="NJsonSchema.Yaml" Version="9.14.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema.CodeGeneration.CSharp\NJsonSchema.CodeGeneration.CSharp.csproj" />
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema.CodeGeneration.TypeScript\NJsonSchema.CodeGeneration.TypeScript.csproj" />
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema.CodeGeneration\NJsonSchema.CodeGeneration.csproj" />
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema.Yaml\NJsonSchema.Yaml.csproj" />
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema\NJsonSchema.csproj" />
<ProjectReference Include="..\NSwag.Annotations\NSwag.Annotations.csproj" />
<ProjectReference Include="..\NSwag.AssemblyLoader\NSwag.AssemblyLoader.csproj" />
<ProjectReference Include="..\NSwag.CodeGeneration.CSharp\NSwag.CodeGeneration.CSharp.csproj" />
2 changes: 1 addition & 1 deletion src/NSwag.Core.Yaml/NSwag.Core.Yaml.csproj
Original file line number Diff line number Diff line change
@@ -16,10 +16,10 @@
<RootNamespace>NSwag</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NJsonSchema.Yaml" Version="9.14.1" />
<PackageReference Include="YamlDotNet.Signed" Version="5.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema.Yaml\NJsonSchema.Yaml.csproj" />
<ProjectReference Include="..\NSwag.Core\NSwag.Core.csproj" />
</ItemGroup>
</Project>
4 changes: 1 addition & 3 deletions src/NSwag.Core/NSwag.Core.csproj
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="NJsonSchema" Version="9.14.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
<Reference Include="Microsoft.CSharp" />
@@ -32,7 +33,4 @@
<Reference Include="System.XML" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema\NJsonSchema.csproj" />
</ItemGroup>
</Project>
100 changes: 0 additions & 100 deletions src/NSwag.Min.sln
Original file line number Diff line number Diff line change
@@ -77,16 +77,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NSwag.Sample.NETCore22", "N
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSwag.Sample.NETCore30", "NSwag.Sample.NETCore30\NSwag.Sample.NETCore30.csproj", "{BEE63487-C130-4337-BB01-E3661D830CA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NJsonSchema", "..\..\NJsonSchema\src\NJsonSchema\NJsonSchema.csproj", "{CD3840EC-6930-458C-B119-ED8509629B4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NJsonSchema.Yaml", "..\..\NJsonSchema\src\NJsonSchema.Yaml\NJsonSchema.Yaml.csproj", "{A3034424-FB36-4E0F-935D-CA0B00A699AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NJsonSchema.CodeGeneration", "..\..\NJsonSchema\src\NJsonSchema.CodeGeneration\NJsonSchema.CodeGeneration.csproj", "{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NJsonSchema.CodeGeneration.CSharp", "..\..\NJsonSchema\src\NJsonSchema.CodeGeneration.CSharp\NJsonSchema.CodeGeneration.CSharp.csproj", "{72C7B587-9B92-4C78-83E4-9DB2AC091244}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NJsonSchema.CodeGeneration.TypeScript", "..\..\NJsonSchema\src\NJsonSchema.CodeGeneration.TypeScript\NJsonSchema.CodeGeneration.TypeScript.csproj", "{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -638,96 +628,6 @@ Global
{BEE63487-C130-4337-BB01-E3661D830CA6}.ReleaseTypeScriptStrict|x64.Build.0 = Release|Any CPU
{BEE63487-C130-4337-BB01-E3661D830CA6}.ReleaseTypeScriptStrict|x86.ActiveCfg = Release|Any CPU
{BEE63487-C130-4337-BB01-E3661D830CA6}.ReleaseTypeScriptStrict|x86.Build.0 = Release|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.Debug|x64.ActiveCfg = Debug|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.Debug|x64.Build.0 = Debug|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.Debug|x86.ActiveCfg = Debug|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.Debug|x86.Build.0 = Debug|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.Release|Any CPU.Build.0 = Release|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.Release|x64.ActiveCfg = Release|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.Release|x64.Build.0 = Release|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.Release|x86.ActiveCfg = Release|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.Release|x86.Build.0 = Release|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.ReleaseTypeScriptStrict|Any CPU.ActiveCfg = Debug|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.ReleaseTypeScriptStrict|Any CPU.Build.0 = Debug|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.ReleaseTypeScriptStrict|x64.ActiveCfg = Debug|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.ReleaseTypeScriptStrict|x64.Build.0 = Debug|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.ReleaseTypeScriptStrict|x86.ActiveCfg = Debug|Any CPU
{CD3840EC-6930-458C-B119-ED8509629B4C}.ReleaseTypeScriptStrict|x86.Build.0 = Debug|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.Debug|x64.ActiveCfg = Debug|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.Debug|x64.Build.0 = Debug|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.Debug|x86.ActiveCfg = Debug|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.Debug|x86.Build.0 = Debug|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.Release|Any CPU.Build.0 = Release|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.Release|x64.ActiveCfg = Release|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.Release|x64.Build.0 = Release|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.Release|x86.ActiveCfg = Release|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.Release|x86.Build.0 = Release|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.ReleaseTypeScriptStrict|Any CPU.ActiveCfg = Debug|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.ReleaseTypeScriptStrict|Any CPU.Build.0 = Debug|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.ReleaseTypeScriptStrict|x64.ActiveCfg = Debug|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.ReleaseTypeScriptStrict|x64.Build.0 = Debug|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.ReleaseTypeScriptStrict|x86.ActiveCfg = Debug|Any CPU
{A3034424-FB36-4E0F-935D-CA0B00A699AD}.ReleaseTypeScriptStrict|x86.Build.0 = Debug|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.Debug|x64.ActiveCfg = Debug|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.Debug|x64.Build.0 = Debug|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.Debug|x86.ActiveCfg = Debug|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.Debug|x86.Build.0 = Debug|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.Release|Any CPU.Build.0 = Release|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.Release|x64.ActiveCfg = Release|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.Release|x64.Build.0 = Release|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.Release|x86.ActiveCfg = Release|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.Release|x86.Build.0 = Release|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.ReleaseTypeScriptStrict|Any CPU.ActiveCfg = Debug|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.ReleaseTypeScriptStrict|Any CPU.Build.0 = Debug|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.ReleaseTypeScriptStrict|x64.ActiveCfg = Debug|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.ReleaseTypeScriptStrict|x64.Build.0 = Debug|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.ReleaseTypeScriptStrict|x86.ActiveCfg = Debug|Any CPU
{1EA477F8-EC1A-4D1D-A8B4-B48AF7281B37}.ReleaseTypeScriptStrict|x86.Build.0 = Debug|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.Debug|x64.ActiveCfg = Debug|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.Debug|x64.Build.0 = Debug|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.Debug|x86.ActiveCfg = Debug|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.Debug|x86.Build.0 = Debug|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.Release|Any CPU.Build.0 = Release|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.Release|x64.ActiveCfg = Release|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.Release|x64.Build.0 = Release|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.Release|x86.ActiveCfg = Release|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.Release|x86.Build.0 = Release|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.ReleaseTypeScriptStrict|Any CPU.ActiveCfg = Debug|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.ReleaseTypeScriptStrict|Any CPU.Build.0 = Debug|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.ReleaseTypeScriptStrict|x64.ActiveCfg = Debug|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.ReleaseTypeScriptStrict|x64.Build.0 = Debug|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.ReleaseTypeScriptStrict|x86.ActiveCfg = Debug|Any CPU
{72C7B587-9B92-4C78-83E4-9DB2AC091244}.ReleaseTypeScriptStrict|x86.Build.0 = Debug|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.Debug|x64.ActiveCfg = Debug|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.Debug|x64.Build.0 = Debug|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.Debug|x86.ActiveCfg = Debug|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.Debug|x86.Build.0 = Debug|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.Release|Any CPU.Build.0 = Release|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.Release|x64.ActiveCfg = Release|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.Release|x64.Build.0 = Release|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.Release|x86.ActiveCfg = Release|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.Release|x86.Build.0 = Release|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.ReleaseTypeScriptStrict|Any CPU.ActiveCfg = Debug|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.ReleaseTypeScriptStrict|Any CPU.Build.0 = Debug|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.ReleaseTypeScriptStrict|x64.ActiveCfg = Debug|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.ReleaseTypeScriptStrict|x64.Build.0 = Debug|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.ReleaseTypeScriptStrict|x86.ActiveCfg = Debug|Any CPU
{7FBFD522-1E27-45E0-844C-C6C8AECE04D0}.ReleaseTypeScriptStrict|x86.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Original file line number Diff line number Diff line change
@@ -25,12 +25,12 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.ApiExplorer" Version="1.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="1.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="1.0.3" />
<PackageReference Include="NJsonSchema" Version="9.14.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema\NJsonSchema.csproj" />
<ProjectReference Include="..\NSwag.SwaggerGeneration\NSwag.SwaggerGeneration.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -22,12 +22,12 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="NJsonSchema" Version="9.14.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema\NJsonSchema.csproj" />
<ProjectReference Include="..\NSwag.SwaggerGeneration\NSwag.SwaggerGeneration.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/NSwag.SwaggerGeneration/NSwag.SwaggerGeneration.csproj
Original file line number Diff line number Diff line change
@@ -22,12 +22,12 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="NJsonSchema" Version="9.14.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\NJsonSchema\src\NJsonSchema\NJsonSchema.csproj" />
<ProjectReference Include="..\NSwag.Core\NSwag.Core.csproj" />
</ItemGroup>
</Project>
132 changes: 1 addition & 131 deletions src/switcher.json
Original file line number Diff line number Diff line change
@@ -6,135 +6,5 @@
"NJsonSchema.CodeGeneration": "../../NJsonSchema/src/NJsonSchema.CodeGeneration/NJsonSchema.CodeGeneration.csproj",
"NJsonSchema.CodeGeneration.CSharp": "../../NJsonSchema/src/NJsonSchema.CodeGeneration.CSharp/NJsonSchema.CodeGeneration.CSharp.csproj",
"NJsonSchema.CodeGeneration.TypeScript": "../../NJsonSchema/src/NJsonSchema.CodeGeneration.TypeScript/NJsonSchema.CodeGeneration.TypeScript.csproj"
},
"restore": [
{
"name": "NSwag.CodeGeneration",
"packages": [
{
"packageName": "NJsonSchema",
"version": "9.14.1"
},
{
"packageName": "NJsonSchema.CodeGeneration",
"version": "9.14.1"
}
]
},
{
"name": "NSwag.Core",
"packages": [
{
"packageName": "NJsonSchema",
"version": "9.14.1"
}
]
},
{
"name": "NSwag.AspNet.Owin",
"packages": [
{
"packageName": "NJsonSchema",
"version": "9.14.1"
}
]
},
{
"name": "NSwag.AspNet.WebApi",
"packages": [
{
"packageName": "NJsonSchema",
"version": "9.14.1"
}
]
},
{
"name": "NSwag.SwaggerGeneration",
"packages": [
{
"packageName": "NJsonSchema",
"version": "9.14.1"
}
]
},
{
"name": "NSwag.CodeGeneration.CSharp",
"packages": [
{
"packageName": "NJsonSchema.CodeGeneration.CSharp",
"version": "9.14.1"
}
]
},
{
"name": "NSwag.CodeGeneration.TypeScript",
"packages": [
{
"packageName": "NJsonSchema.CodeGeneration.TypeScript",
"version": "9.14.1"
}
]
},
{
"name": "NSwag.SwaggerGeneration.WebApi",
"packages": [
{
"packageName": "NJsonSchema",
"version": "9.14.1"
}
]
},
{
"name": "NSwag.Core.Yaml",
"packages": [
{
"packageName": "NJsonSchema.Yaml",
"version": "9.14.1"
}
]
},
{
"name": "NSwag.SwaggerGeneration.AspNetCore",
"packages": [
{
"packageName": "NJsonSchema",
"version": "9.14.1"
}
]
},
{
"name": "NSwag.Commands",
"packages": [
{
"packageName": "NJsonSchema",
"version": "9.14.1"
},
{
"packageName": "NJsonSchema.Yaml",
"version": "9.14.1"
},
{
"packageName": "NJsonSchema.CodeGeneration",
"version": "9.14.1"
},
{
"packageName": "NJsonSchema.CodeGeneration.CSharp",
"version": "9.14.1"
},
{
"packageName": "NJsonSchema.CodeGeneration.TypeScript",
"version": "9.14.1"
}
]
},
{
"name": "NSwag.AssemblyLoader",
"packages": [
{
"packageName": "NJsonSchema",
"version": "9.14.1"
}
]
}
]
}
}