This repository was archived by the owner on Dec 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed
Cofoundry.Plugins.ErrorLogging.Admin
Cofoundry.Plugins.ErrorLogging Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 11version : ' {build}'
2- image : Visual Studio 2017
2+ image : Visual Studio 2019
33environment :
44 NUGET_API_KEY :
55 secure : ZipOsavSURgYiPIWD01xFd9ug5f8/qaNNsHRwuPsqlSFrr6adAwd4yG4qgDQ6jOC
66 MYGET_API_KEY :
77 secure : JNkkCPfd2fNbhiTek4Hg4lP3Gf1IvB9xFf/Gv0pJGbw4+h8inQBaKZ6XlxpgRO44
88build_script :
9- - cmd : PowerShell -Version 2.0 . \build.ps1 -PushPackages true
9+ - cmd : PowerShell . \build.ps1 -- PushPackages=" true"
1010test : off
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.0 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55
66 <PackageId >Cofoundry.Plugins.ErrorLogging.Admin</PackageId >
77 <Description >Adds simple database error logging to Cofoundry.</Description >
1010 </PropertyGroup >
1111
1212 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
13- <DocumentationFile >bin\Release\netstandard2.0 \Cofoundry.Plugins.ErrorLogging.Admin.xml</DocumentationFile >
13+ <DocumentationFile >bin\Release\netcoreapp3.1 \Cofoundry.Plugins.ErrorLogging.Admin.xml</DocumentationFile >
1414 <NoWarn >1701;1702;1705;1591</NoWarn >
1515 </PropertyGroup >
1616
1717 <ItemGroup >
18- <PackageReference Include =" Cofoundry.Web.Admin" Version =" 0.6.0 " />
18+ <PackageReference Include =" Cofoundry.Web.Admin" Version =" 0.6.2-feaure-360-netc-0028 " />
1919 </ItemGroup >
2020
2121 <ItemGroup >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public class ErrorLoggingApiRouteRegistration : IOrderedRouteRegistration
1111 {
1212 public int Ordering => ( int ) RouteRegistrationOrdering . Early ;
1313
14- public void RegisterRoutes ( IRouteBuilder routeBuilder )
14+ public void RegisterRoutes ( IEndpointRouteBuilder routeBuilder )
1515 {
1616 routeBuilder
1717 . ForAdminApiController < ErrorsApiController > ( "plugins/errors" )
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.0 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55
66 <PackageId >Cofoundry.Plugins.ErrorLogging</PackageId >
77 <Description >Adds simple database error logging to Cofoundry.</Description >
1010 </PropertyGroup >
1111
1212 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
13- <DocumentationFile >bin\Release\netstandard3.0 \Cofoundry.Plugins.ErrorLogging.xml</DocumentationFile >
13+ <DocumentationFile >bin\Release\netcoreapp3.2 \Cofoundry.Plugins.ErrorLogging.xml</DocumentationFile >
1414 <NoWarn >1701;1702;1705;1591</NoWarn >
1515 </PropertyGroup >
1616
1717 <ItemGroup >
18- <PackageReference Include =" Cofoundry.Web" Version =" 0.6.0 " />
18+ <PackageReference Include =" Cofoundry.Web" Version =" 0.6.2-feaure-360-netc-0028 " />
1919 </ItemGroup >
2020
2121 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp2.2 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
88 <Folder Include =" wwwroot\" />
99 </ItemGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Cofoundry.Web.Admin" Version =" 0.6.0" />
13- <PackageReference Include =" Microsoft.AspNetCore.App" />
12+ <PackageReference Include =" Cofoundry.Web.Admin" Version =" 0.6.2-feaure-360-netc-0028" />
1413 </ItemGroup >
1514
1615 <ItemGroup >
You can’t perform that action at this time.
0 commit comments