File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ script:
20
20
- make
21
21
- make dist # Let's make sure we don't break make dist
22
22
- cd src/TaglibSharp.Tests/bin/Debug
23
- - mono ../../../../packages/NUnit.ConsoleRunner.3.9.0/tools/nunit3-console.exe --labels=All net462 /TaglibSharp.Tests.dll
23
+ - mono ../../../../packages/NUnit.ConsoleRunner.3.9.0/tools/nunit3-console.exe --labels=All net45 /TaglibSharp.Tests.dll
24
24
# This errors out for some reason:
25
25
# System.IO.FileNotFoundException: Unable to find tests for C:\code\taglib-sharp\src\TaglibSharp.Tests\bin\Debug\netstandard2.0\TaglibSharp.Tests.dll.
26
26
# Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk" and framework version settings are appropriate.
Original file line number Diff line number Diff line change 3
3
<ReleaseVersion >2.2.0.0-beta</ReleaseVersion >
4
4
<RepositoryUrl >https://github.com/mono/taglib-sharp</RepositoryUrl >
5
5
<RepositoryType >git</RepositoryType >
6
- <TaglibSharpTargetFramework >net462 ;netstandard2.0</TaglibSharpTargetFramework >
6
+ <TaglibSharpTargetFramework >net45 ;netstandard2.0</TaglibSharpTargetFramework >
7
7
<LangVersion >latest</LangVersion >
8
8
</PropertyGroup >
9
9
</Project >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ AM_MAINTAINER_MODE
4
4
5
5
ASSEMBLY_NAME="$PACKAGE"
6
6
ASSEMBLY_VERSION="$VERSION"
7
- TARGET_FRAMEWORK="net462 "
7
+ TARGET_FRAMEWORK="net45 "
8
8
9
9
AC_SUBST ( VERSION )
10
10
AC_SUBST ( ASSEMBLY_VERSION )
Original file line number Diff line number Diff line change 23
23
<PackageLicenseUrl >http://www.opensource.org/licenses/lgpl-2.1.php</PackageLicenseUrl >
24
24
<PackageReleaseNotes >Version $(ReleaseVersion)
25
25
January 21, 2019
26
- * Lots and lots of updates including net462 and .netstandard 2.0</PackageReleaseNotes >
26
+ * Lots and lots of updates including net45 and .netstandard 2.0</PackageReleaseNotes >
27
27
</PropertyGroup >
28
28
29
29
<ItemGroup >
You can’t perform that action at this time.
0 commit comments