Skip to content

Commit 61730b7

Browse files
committed
upgrade feproj dependencies
1 parent 94deb1f commit 61730b7

4 files changed

Lines changed: 45 additions & 47 deletions

File tree

FastEndpoints.TemplatePack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44

5-
<Version>1.10.0</Version>
5+
<Version>1.10.1</Version>
66

77
<PackageType>Template</PackageType>
88
<PackageId>FastEndpoints.TemplatePack</PackageId>

changelog.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
- add native aot project
2-
- switch all solution files to slnx
3-
- upgrade dependencies to latest
1+
- upgrade dependencies in `feproj` which was missed in the earlier release
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net10.0</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
7-
<OutputType>Exe</OutputType>
8-
<NoWarn>CS1591;CA2016</NoWarn>
9-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
10-
</PropertyGroup>
11-
12-
<ItemGroup>
13-
<PackageReference Include="FastEndpoints" Version="7.1.1" />
14-
<PackageReference Include="FastEndpoints.Generator" Version="7.1.1" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
15-
<PackageReference Include="FastEndpoints.Security" Version="7.1.1" />
16-
<PackageReference Include="FastEndpoints.Swagger" Version="7.1.1" />
17-
</ItemGroup>
18-
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net10.0</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
<OutputType>Exe</OutputType>
8+
<NoWarn>CS1591;CA2016</NoWarn>
9+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
10+
</PropertyGroup>
11+
12+
<ItemGroup>
13+
<PackageReference Include="FastEndpoints" Version="8.0.0" />
14+
<PackageReference Include="FastEndpoints.Generator" Version="8.0.0" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
15+
<PackageReference Include="FastEndpoints.Security" Version="8.0.0" />
16+
<PackageReference Include="FastEndpoints.Swagger" Version="8.0.0" />
17+
</ItemGroup>
18+
1919
</Project>
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net10.0</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
7-
<OutputType>Exe</OutputType>
8-
</PropertyGroup>
9-
10-
<ItemGroup>
11-
<PackageReference Include="FastEndpoints.Testing" Version="7.1.1" />
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
13-
<PackageReference Include="Shouldly" Version="4.3.0"/>
14-
<PackageReference Include="xunit.v3" Version="3.2.0" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
16-
</ItemGroup>
17-
18-
<ItemGroup>
19-
<ProjectReference Include="..\Source\MyProject.csproj"/>
20-
</ItemGroup>
21-
22-
<ItemGroup>
23-
<Content Include="xunit.runner.json" CopyToOutputDirectory="Always"/>
24-
</ItemGroup>
25-
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net10.0</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
<OutputType>Exe</OutputType>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<PackageReference Include="FastEndpoints.Testing" Version="8.0.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
13+
<PackageReference Include="Shouldly" Version="4.3.0"/>
14+
<PackageReference Include="xunit.v3" Version="3.2.0" />
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
16+
</ItemGroup>
17+
18+
<ItemGroup>
19+
<ProjectReference Include="..\Source\MyProject.csproj"/>
20+
</ItemGroup>
21+
22+
<ItemGroup>
23+
<Content Include="xunit.runner.json" CopyToOutputDirectory="Always"/>
24+
</ItemGroup>
25+
2626
</Project>

0 commit comments

Comments
 (0)