Skip to content

Commit 8b71096

Browse files
committed
Merge remote-tracking branch 'origin/feature/v2' into feature/v2
# Conflicts: # sample/Futurum.WebApiEndpoint.Micro.Sample/Futurum.WebApiEndpoint.Micro.Sample.csproj # test/Futurum.WebApiEndpoint.Micro.EndToEndTests/Futurum.WebApiEndpoint.Micro.EndToEndTests.csproj
2 parents 5519a6d + 726ed05 commit 8b71096

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

sample/Futurum.WebApiEndpoint.Micro.Sample/Futurum.WebApiEndpoint.Micro.Sample.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<LangVersion>default</LangVersion>
87
</PropertyGroup>
98

109
<ItemGroup>

src/Futurum.WebApiEndpoint.Micro.Generator/Futurum.WebApiEndpoint.Micro.Generator.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.4.0" />
15+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
16+
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0" />
17+
<PackageReference Update="MinVer" Version="4.3.0" />
1618
</ItemGroup>
1719

1820
</Project>

test/Futurum.WebApiEndpoint.Micro.EndToEndTests/Futurum.WebApiEndpoint.Micro.EndToEndTests.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77

88
<IsPackable>false</IsPackable>
9-
10-
<LangVersion>default</LangVersion>
119
</PropertyGroup>
1210

1311
<ItemGroup>
@@ -22,11 +20,11 @@
2220
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2321
</PackageReference>
2422
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
25-
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
23+
<PackageReference Include="coverlet.msbuild" Version="3.1.2">
2624
<PrivateAssets>all</PrivateAssets>
2725
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2826
</PackageReference>
29-
<PackageReference Include="coverlet.collector" Version="6.0.0">
27+
<PackageReference Include="coverlet.collector" Version="3.1.2">
3028
<PrivateAssets>all</PrivateAssets>
3129
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3230
</PackageReference>

0 commit comments

Comments
 (0)