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 11image : ubuntu
22
3- version : 3.7 .0-ci{build}
3+ version : 4.0 .0-ci{build}
44
55max_jobs : 1
66
Original file line number Diff line number Diff line change 33 <TargetFramework >netstandard2.0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" FluentValidation" Version =" 8.1.2 " />
6+ <PackageReference Include =" FluentValidation" Version =" 8.1.3 " />
77 </ItemGroup >
88</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <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 >
66 <Authors >Jonathan Channon</Authors >
77 <Description >Carter is a library that allows Nancy-esque routing for use with ASP.Net Core.</Description >
88 <PackageTags >asp.net core;nancy;.net core;routing;carter</PackageTags >
1515 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
1616 </PropertyGroup >
1717 <ItemGroup >
18- <PackageReference Include =" FluentValidation" Version =" 8.1.2 " />
18+ <PackageReference Include =" FluentValidation" Version =" 8.1.3 " />
1919 <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 " />
2121 <PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" 2.1.0" />
2222 <PackageReference Include =" Microsoft.OpenApi" Version =" 1.1.2" />
2323 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >CarterTemplate</id >
5- <version >3.11 .0</version >
5+ <version >4.0 .0</version >
66 <title >Carter Template for dotnet-new</title >
77 <summary >A dotnet-new template for Carter applications.</summary >
88 <description >A dotnet-new template for Carter applications.</description >
Original file line number Diff line number Diff line change 88 <ItemGroup >
99 <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.2.0" />
1010 <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" />
1212 </ItemGroup >
1313</Project >
You can’t perform that action at this time.
0 commit comments