Skip to content

Commit e7788ce

Browse files
committed
Fix Gitee
1 parent e57d34e commit e7788ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/SourceLink.Gitee.UnitTests/Microsoft.SourceLink.Gitee.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the License.txt file in the project root for more information. -->
33
<Project Sdk="Microsoft.NET.Sdk">
44
<PropertyGroup>
5-
<TargetFrameworks>net472;net7.0</TargetFrameworks>
5+
<TargetFrameworks>net472;$(CurrentNet)</TargetFrameworks>
66
</PropertyGroup>
77
<ItemGroup>
88
<ProjectReference Include="..\SourceLink.Gitee\Microsoft.SourceLink.Gitee.csproj" />

src/SourceLink.Gitee/Microsoft.SourceLink.Gitee.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the License.txt file in the project root for more information. -->
33
<Project Sdk="Microsoft.NET.Sdk">
44
<PropertyGroup>
5-
<TargetFrameworks>net472;netcoreapp3.1;net7.0</TargetFrameworks>
6-
<TargetFrameworks Condition=" '$(DotNetBuildFromSource)' == 'true' ">net7.0</TargetFrameworks>
5+
<TargetFrameworks>net472;netcoreapp3.1;$(CurrentNet)</TargetFrameworks>
6+
<TargetFrameworks Condition=" '$(DotNetBuildFromSource)' == 'true' ">$(CurrentNet)</TargetFrameworks>
77
<AutoGenerateAssemblyVersion>true</AutoGenerateAssemblyVersion>
88

99
<!-- Using an explicit nuspec file due to https://github.com/NuGet/Home/issues/6754 -->

0 commit comments

Comments
 (0)