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 11<Project >
22
3+ <PropertyGroup >
4+ <IsMac >$([MSBuild]::IsOSPlatform('OSX'))</IsMac >
5+ <IsWindows >$([MSBuild]::IsOSPlatform('Windows'))</IsWindows >
6+ <IsLinux >$([MSBuild]::IsOSPlatform('Linux'))</IsLinux >
7+ </PropertyGroup >
8+
39 <PropertyGroup >
410 <ReleaseVersion >2.5.0.0</ReleaseVersion >
511 <RepositoryUrl >https://github.com/mono/taglib-sharp</RepositoryUrl >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >$(ExeTargetFrameworks)</TargetFrameworks >
4+ <TargetFrameworks >net8.0;net9.0</TargetFrameworks >
5+ <TargetFrameworks Condition =" '$(IsLinux)' != 'true'" >net472;$(TargetFrameworks)</TargetFrameworks >
56 <EnableMSTestRunner >true</EnableMSTestRunner >
67 <OutputType >Exe</OutputType >
78 <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
You can’t perform that action at this time.
0 commit comments