File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
+ <PropertyGroup >
4
+ <IsMac >$([MSBuild]::IsOSPlatform('OSX'))</IsMac >
5
+ <IsWindows >$([MSBuild]::IsOSPlatform('Windows'))</IsWindows >
6
+ <IsLinux >$([MSBuild]::IsOSPlatform('Linux'))</IsLinux >
7
+ </PropertyGroup >
8
+
3
9
<PropertyGroup >
4
10
<ReleaseVersion >2.5.0.0</ReleaseVersion >
5
11
<RepositoryUrl >https://github.com/mono/taglib-sharp</RepositoryUrl >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >$(ExeTargetFrameworks)</TargetFrameworks >
4
+ <TargetFrameworks >net8.0;net9.0</TargetFrameworks >
5
+ <TargetFrameworks Condition =" '$(IsLinux)' != 'true'" >net472;$(TargetFrameworks)</TargetFrameworks >
5
6
<EnableMSTestRunner >true</EnableMSTestRunner >
6
7
<OutputType >Exe</OutputType >
7
8
<TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
You can’t perform that action at this time.
0 commit comments