File tree Expand file tree Collapse file tree 10 files changed +33
-40
lines changed
Deveel.Webhooks.DynamicLinq
Deveel.Webhooks.Receiver.AspNetCore
Deveel.Webhooks.Service.MongoDb
Deveel.Events.Webhooks.XUnit
Deveel.Webhooks.Receiver.XUnit Expand file tree Collapse file tree 10 files changed +33
-40
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ jobs:
1313
1414 steps :
1515 - uses : actions/checkout@v2
16- - name : Setup .NET
16+
17+ - name : Setup .NET 5.0
1718 uses : actions/setup-dotnet@v1
1819 with :
19- dotnet-version : 3.1 .x
20+ dotnet-version : 5.0 .x
2021
2122 - name : Add Deveel GitHub NuGet Source
2223 run : dotnet nuget add source "https://nuget.pkg.github.com/deveel/index.json" -n "Deveel GitHub" -u ${{ secrets.DEVEEL_NUGET_USER }} -p ${{ secrets.DEVEEL_NUGET_TOKEN }} --store-password-in-clear-text
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1 </TargetFramework >
5- <VersionPrefix >1.0.3 </VersionPrefix >
4+ <TargetFramework >net5.0 </TargetFramework >
5+ <VersionPrefix >1.1.0 </VersionPrefix >
66 <RootNamespace >Deveel</RootNamespace >
77 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
88 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1 </TargetFramework >
5- <VersionPrefix >1.0.1 </VersionPrefix >
4+ <TargetFramework >net5.0 </TargetFramework >
5+ <VersionPrefix >1.1.0 </VersionPrefix >
66 <RootNamespace >Deveel</RootNamespace >
77 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
88 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1 </TargetFramework >
5- <VersionPrefix >1.0.1 </VersionPrefix >
4+ <TargetFramework >net5.0 </TargetFramework >
5+ <VersionPrefix >1.1.0 </VersionPrefix >
66 <RootNamespace >Deveel</RootNamespace >
77 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
88 <Authors >antonello</Authors >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1 </TargetFramework >
5- <VersionPrefix >1.0.1 </VersionPrefix >
4+ <TargetFramework >net5.0 </TargetFramework >
5+ <VersionPrefix >1.1.0 </VersionPrefix >
66 <RootNamespace >Deveel</RootNamespace >
77 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
88 <Authors >Antonello Provenzano</Authors >
1818 </PropertyGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 3.1.17 " />
21+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 5.0.0 " />
2222 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
2323 </ItemGroup >
2424
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1 </TargetFramework >
5- <VersionPrefix >1.0.3 </VersionPrefix >
4+ <TargetFramework >net5.0 </TargetFramework >
5+ <VersionPrefix >1.1.0 </VersionPrefix >
66 <RootNamespace >Deveel</RootNamespace >
77 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
88 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1 </TargetFramework >
5- <VersionPrefix >1.0.3 </VersionPrefix >
4+ <TargetFramework >net5.0 </TargetFramework >
5+ <VersionPrefix >1.1.0 </VersionPrefix >
66 <RootNamespace >Deveel</RootNamespace >
77 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
88 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
1818 <PackageTags >webhook event schema management subscriptions subscription</PackageTags >
1919 </PropertyGroup >
2020
21- <ItemGroup >
22- <Compile Remove =" Webhooks\DefaultWebhookSubscriptionResolver.cs" />
23- <Compile Remove =" Webhooks\IWebhookServiceBuilder.cs" />
24- <Compile Remove =" Webhooks\IWebhookSubscriptionFactory.cs" />
25- <Compile Remove =" Webhooks\IWebhookSubscriptionManager.cs" />
26- <Compile Remove =" Webhooks\WebhookServiceBuilderExtensions.cs" />
27- <Compile Remove =" Webhooks\WebhookSubscriptionManager.cs" />
28- </ItemGroup >
29-
3021 <ItemGroup >
3122 <None Include =" ..\..\deveel-logo.png" >
3223 <Pack >True</Pack >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1 </TargetFramework >
5- <VersionPrefix >1.0.3 </VersionPrefix >
4+ <TargetFramework >net5.0 </TargetFramework >
5+ <VersionPrefix >1.1.0 </VersionPrefix >
66 <RootNamespace >Deveel</RootNamespace >
77 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
88 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
3030 </ItemGroup >
3131
3232 <ItemGroup >
33- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 3.1.17 " />
34- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 3.1.18 " />
35- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 3.1.18 " />
33+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 5.0.0 " />
34+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 5.0.0 " />
35+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 5.0.0 " />
3636 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
3737 <PackageReference Include =" Polly" Version =" 7.2.2" />
3838 <PackageReference Include =" Polly.Extensions.Http" Version =" 3.0.0" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.0 </TargetFramework >
55
66 <IsPackable >false</IsPackable >
77
1515 </PackageReference >
1616 <PackageReference Include =" MartinCostello.Logging.XUnit" Version =" 0.2.0" />
1717 <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.2.2" />
18- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 3.1.17" />
18+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 5.0.0" />
19+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 5.0.0" />
1920 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 5.0.0" />
20- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.10 .0" />
21+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1 .0" />
2122 <PackageReference Include =" Mongo2Go" Version =" 3.1.3" />
2223 <PackageReference Include =" Moq" Version =" 4.16.1" />
2324 <PackageReference Include =" xunit" Version =" 2.4.1" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.0 </TargetFramework >
55
66 <IsPackable >false</IsPackable >
77
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 </PackageReference >
2222 <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.2.2" />
23- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 3.1.22 " />
24- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.5 .0" />
25- <PackageReference Include =" xunit" Version =" 2.4.0 " />
23+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 5.0.2 " />
24+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1 .0" />
25+ <PackageReference Include =" xunit" Version =" 2.4.1 " />
2626 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0" />
2727 <PackageReference Include =" coverlet.collector" Version =" 3.1.2" >
2828 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments