File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
samples/ValidatorOnlyProject Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
image : ubuntu
2
2
3
- version : 3.7 .0-ci{build}
3
+ version : 4.0 .0-ci{build}
4
4
5
5
max_jobs : 1
6
6
Original file line number Diff line number Diff line change 3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
4
</PropertyGroup >
5
5
<ItemGroup >
6
- <PackageReference Include =" FluentValidation" Version =" 8.1.2 " />
6
+ <PackageReference Include =" FluentValidation" Version =" 8.1.3 " />
7
7
</ItemGroup >
8
8
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
- <Version >3.11 .0</Version >
5
- <VersionPrefix >3.11 .0</VersionPrefix >
4
+ <Version >4.0 .0</Version >
5
+ <VersionPrefix >4.0 .0</VersionPrefix >
6
6
<Authors >Jonathan Channon</Authors >
7
7
<Description >Carter is a library that allows Nancy-esque routing for use with ASP.Net Core.</Description >
8
8
<PackageTags >asp.net core;nancy;.net core;routing;carter</PackageTags >
15
15
<AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
16
16
</PropertyGroup >
17
17
<ItemGroup >
18
- <PackageReference Include =" FluentValidation" Version =" 8.1.2 " />
18
+ <PackageReference Include =" FluentValidation" Version =" 8.1.3 " />
19
19
<PackageReference Include =" Microsoft.AspNetCore.Http.Extensions" Version =" 2.2.0" />
20
- <PackageReference Include =" Microsoft.AspNetCore.Routing" Version =" 2.2.0 " />
20
+ <PackageReference Include =" Microsoft.AspNetCore.Routing" Version =" 2.2.2 " />
21
21
<PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" 2.1.0" />
22
22
<PackageReference Include =" Microsoft.OpenApi" Version =" 1.1.2" />
23
23
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >CarterTemplate</id >
5
- <version >3.11 .0</version >
5
+ <version >4.0 .0</version >
6
6
<title >Carter Template for dotnet-new</title >
7
7
<summary >A dotnet-new template for Carter applications.</summary >
8
8
<description >A dotnet-new template for Carter applications.</description >
Original file line number Diff line number Diff line change 8
8
<ItemGroup >
9
9
<PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.2.0" />
10
10
<PackageReference Include =" Microsoft.AspNetCore.Hosting" Version =" 2.2.0" />
11
- <PackageReference Include =" Carter" Version =" 3.11 .0" />
11
+ <PackageReference Include =" Carter" Version =" 4.0 .0" />
12
12
</ItemGroup >
13
13
</Project >
You can’t perform that action at this time.
0 commit comments