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 1
1
version : ' {build}'
2
- image : Visual Studio 2017
2
+ image : Visual Studio 2019
3
3
environment :
4
4
NUGET_API_KEY :
5
5
secure : ZipOsavSURgYiPIWD01xFd9ug5f8/qaNNsHRwuPsqlSFrr6adAwd4yG4qgDQ6jOC
6
6
MYGET_API_KEY :
7
7
secure : JNkkCPfd2fNbhiTek4Hg4lP3Gf1IvB9xFf/Gv0pJGbw4+h8inQBaKZ6XlxpgRO44
8
8
build_script :
9
- - cmd : PowerShell -Version 2.0 . \build.ps1 -PushPackages true
9
+ - cmd : PowerShell . \build.ps1 -- PushPackages=" true"
10
10
test : off
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2.0 </TargetFramework >
4
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
5
5
6
6
<PackageId >Cofoundry.Plugins.ErrorLogging.Admin</PackageId >
7
7
<Description >Adds simple database error logging to Cofoundry.</Description >
10
10
</PropertyGroup >
11
11
12
12
<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 >
14
14
<NoWarn >1701;1702;1705;1591</NoWarn >
15
15
</PropertyGroup >
16
16
17
17
<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 " />
19
19
</ItemGroup >
20
20
21
21
<ItemGroup >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public class ErrorLoggingApiRouteRegistration : IOrderedRouteRegistration
11
11
{
12
12
public int Ordering => ( int ) RouteRegistrationOrdering . Early ;
13
13
14
- public void RegisterRoutes ( IRouteBuilder routeBuilder )
14
+ public void RegisterRoutes ( IEndpointRouteBuilder routeBuilder )
15
15
{
16
16
routeBuilder
17
17
. ForAdminApiController < ErrorsApiController > ( "plugins/errors" )
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2.0 </TargetFramework >
4
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
5
5
6
6
<PackageId >Cofoundry.Plugins.ErrorLogging</PackageId >
7
7
<Description >Adds simple database error logging to Cofoundry.</Description >
10
10
</PropertyGroup >
11
11
12
12
<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 >
14
14
<NoWarn >1701;1702;1705;1591</NoWarn >
15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" Cofoundry.Web" Version =" 0.6.0 " />
18
+ <PackageReference Include =" Cofoundry.Web" Version =" 0.6.2-feaure-360-netc-0028 " />
19
19
</ItemGroup >
20
20
21
21
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.2 </TargetFramework >
4
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
8
<Folder Include =" wwwroot\" />
9
9
</ItemGroup >
10
10
11
11
<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" />
14
13
</ItemGroup >
15
14
16
15
<ItemGroup >
You can’t perform that action at this time.
0 commit comments