File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed
StructuredMinimalApi.Client.SDK
StructuredMinimalApi.IntegrationTests Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup .NET
17
17
uses : actions/setup-dotnet@v1
18
18
with :
19
- dotnet-version : 6 .0.x
19
+ dotnet-version : 7 .0.x
20
20
- name : Restore dependencies
21
21
run : dotnet restore
22
22
- name : Build
Original file line number Diff line number Diff line change 10
10
- name : Setup dotnet
11
11
uses : actions/setup-dotnet@v1
12
12
with :
13
- dotnet-version : 6 .0.x
13
+ dotnet-version : 7 .0.x
14
14
15
15
- name : Build
16
16
run : dotnet build -c Release MinimalApi.Endpoint/MinimalApi.Endpoint.csproj
Original file line number Diff line number Diff line change 10
10
<RepositoryType >git</RepositoryType >
11
11
<PackageReadmeFile >README.md</PackageReadmeFile >
12
12
<PackageProjectUrl >https://github.com/michelcedric/StructuredMinimalApi</PackageProjectUrl >
13
- <AssemblyVersion >1.2 .0</AssemblyVersion >
14
- <FileVersion >1.2 .0</FileVersion >
15
- <Version >1.2 .0</Version >
13
+ <AssemblyVersion >1.3 .0</AssemblyVersion >
14
+ <FileVersion >1.3 .0</FileVersion >
15
+ <Version >1.3 .0</Version >
16
16
<Description >Simple package to configure API endpoints as individual classes based on minimal Api (.Net 6)</Description >
17
17
<PackageTags >minimal-api; minimalapi; api; endpoint</PackageTags >
18
18
<!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
43
43
<PrivateAssets >all</PrivateAssets >
44
44
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
45
45
</PackageReference >
46
- <PackageReference Include =" Swashbuckle.AspNetCore.SwaggerGen" Version =" 6.4 .0" />
46
+ <PackageReference Include =" Swashbuckle.AspNetCore.SwaggerGen" Version =" 6.5 .0" />
47
47
</ItemGroup >
48
48
49
49
</Project >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1 " />
10
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.2 " />
11
11
</ItemGroup >
12
12
13
13
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net7 .0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
7
7
<IsPackable >false</IsPackable >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6 .0.7 " />
12
- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 6 .0.7 " />
13
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2.0 " />
14
- <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.10 " />
15
- <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.10 " />
16
- <PackageReference Include =" coverlet.collector" Version =" 3.1.2 " >
11
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7 .0.2 " />
12
+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 7 .0.2 " />
13
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1 " />
14
+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.0.2 " />
15
+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.0.2 " />
16
+ <PackageReference Include =" coverlet.collector" Version =" 3.2.0 " >
17
17
<PrivateAssets >all</PrivateAssets >
18
18
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
19
</PackageReference >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.16.1 " />
14
- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.4 .0" />
13
+ <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.17.0 " />
14
+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.5 .0" />
15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
You can’t perform that action at this time.
0 commit comments