-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General upgrade to nswag v14 and dotnet 8 (#39)
* General upgrade to nswag v14 and dotnet 8 * bump dotnet version * upgrade to OC 1.8.3 --------- Co-authored-by: Dean Marcussen <dean.marcussen@digitalconstructionworks.com>
- Loading branch information
1 parent
177a02e
commit 1f1749d
Showing
19 changed files
with
94 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
<Project> | ||
|
||
<ItemGroup> | ||
<PackageReference Update="Newtonsoft.Json" Version="13.0.1" /> | ||
<PackageReference Update="NJsonSchema" Version="10.8.0" /> | ||
<PackageReference Update="NSwag.AspNetCore" Version="13.18.0" /> | ||
<PackageReference Update="OrchardCore.Application.Cms.Targets" Version="1.5.0" /> | ||
<PackageReference Update="OrchardCore.ContentFields" Version="1.5.0" /> | ||
<PackageReference Update="OrchardCore.ContentManagement" Version="1.5.0" /> | ||
<PackageReference Update="OrchardCore.ContentManagement.Abstractions" Version="1.5.0" /> | ||
<PackageReference Update="OrchardCore.Contents.Core" Version="1.5.0" /> | ||
<PackageReference Update="OrchardCore.ContentTypes.Abstractions" Version="1.5.0" /> | ||
<PackageReference Update="OrchardCore.DisplayManagement" Version="1.5.0" /> | ||
<PackageReference Update="OrchardCore.Flows" Version="1.5.0" /> | ||
<PackageReference Update="OrchardCore.Html" Version="1.5.0" /> | ||
<PackageReference Update="OrchardCore.Lists" Version="1.5.0" /> | ||
<PackageReference Update="OrchardCore.Infrastructure" Version="1.5.0" /> | ||
<PackageReference Update="OrchardCore.Logging.NLog" Version="1.5.0" /> | ||
<PackageReference Update="OrchardCore.Module.Targets" Version="1.5.0" /> | ||
<PackageReference Update="OrchardCore.ResourceManagement" Version="1.5.0" /> | ||
<PackageReference Update="OrchardCore.Theme.Targets" Version="1.5.0" /> | ||
<PackageReference Update="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageReference Update="NJsonSchema" Version="11.0.2" /> | ||
<PackageReference Update="NSwag.AspNetCore" Version="14.1.0" /> | ||
<PackageReference Update="OrchardCore.Application.Cms.Targets" Version="1.8.3" /> | ||
<PackageReference Update="OrchardCore.ContentFields" Version="1.8.3" /> | ||
<PackageReference Update="OrchardCore.ContentManagement" Version="1.8.3" /> | ||
<PackageReference Update="OrchardCore.ContentManagement.Abstractions" Version="1.8.3" /> | ||
<PackageReference Update="OrchardCore.Contents.Core" Version="1.8.3" /> | ||
<PackageReference Update="OrchardCore.ContentTypes.Abstractions" Version="1.8.3" /> | ||
<PackageReference Update="OrchardCore.DisplayManagement" Version="1.8.3" /> | ||
<PackageReference Update="OrchardCore.Flows" Version="1.8.3" /> | ||
<PackageReference Update="OrchardCore.Html" Version="1.8.3" /> | ||
<PackageReference Update="OrchardCore.Lists" Version="1.8.3" /> | ||
<PackageReference Update="OrchardCore.Infrastructure" Version="1.8.3" /> | ||
<PackageReference Update="OrchardCore.Logging.NLog" Version="1.8.3" /> | ||
<PackageReference Update="OrchardCore.Module.Targets" Version="1.8.3" /> | ||
<PackageReference Update="OrchardCore.ResourceManagement" Version="1.8.3" /> | ||
<PackageReference Update="OrchardCore.Theme.Targets" Version="1.8.3" /> | ||
</ItemGroup> | ||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...es/ThisNetWorks.OrchardCore.OpenApi.Sample/ThisNetWorks.OrchardCore.OpenApi.Sample.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rks.OrchardCore.OpenApi.SampleModels/ThisNetWorks.OrchardCore.OpenApi.SampleModels.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rks.OrchardCore.OpenApi.SampleModule/ThisNetWorks.OrchardCore.OpenApi.SampleModule.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Works.OrchardCore.OpenApi.SampleTheme/ThisNetWorks.OrchardCore.OpenApi.SampleTheme.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.