Skip to content

Commit

Permalink
Versions of the .NET Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Apr 1, 2017
1 parent 862a32c commit 2dd614b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/Deveel.Math.Core/Deveel.Math.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<RepositoryType>git</RepositoryType>
<PackageTags>math decimal bigdecimal integer biginteger int deveel harmony dotnet core netstandard</PackageTags>
<Product>Deveel Math Core</Product>
<Version>1.6.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
".NETCoreApp,Version=v1.1": {
"deveel.math.core.tests/1.0.0": {
"dependencies": {
"Deveel.Math.Core": "1.0.0",
"Microsoft.NET.Test.Sdk": "15.0.0",
"dmath.core": "1.0.0",
"xunit": "2.2.0",
"xunit.runner.visualstudio": "2.2.0"
},
Expand Down Expand Up @@ -400,7 +400,7 @@
"Microsoft.TestPlatform.ObjectModel": "15.0.0"
}
},
"deveel.math.core/1.0.0": {
"dmath.core/1.0.0": {
"runtime": {
"Deveel.Math.Core.dll": {}
}
Expand Down Expand Up @@ -588,7 +588,7 @@
"path": "xunit.runner.visualstudio/2.2.0",
"hashPath": "xunit.runner.visualstudio.2.2.0.nupkg.sha512"
},
"deveel.math.core/1.0.0": {
"dmath.core/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
6 changes: 3 additions & 3 deletions test/Deveel.Math.Core.Tests/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2918,7 +2918,7 @@
"build/netcoreapp1.0/xunit.runner.visualstudio.props": {}
}
},
"Deveel.Math.Core/1.0.0": {
"dmath.core/1.0.0": {
"type": "project",
"framework": ".NETStandard,Version=v1.3",
"dependencies": {
Expand Down Expand Up @@ -8555,17 +8555,17 @@
"xunit.runner.visualstudio.nuspec"
]
},
"Deveel.Math.Core/1.0.0": {
"dmath.core/1.0.0": {
"type": "project",
"path": "../../src/Deveel.Math.Core/Deveel.Math.Core.csproj",
"msbuildProject": "../../src/Deveel.Math.Core/Deveel.Math.Core.csproj"
}
},
"projectFileDependencyGroups": {
".NETCoreApp,Version=v1.1": [
"Deveel.Math.Core >= 1.0.0",
"Microsoft.NET.Test.Sdk >= 15.0.0",
"Microsoft.NETCore.App >= 1.1.1",
"dmath.core >= 1.0.0",
"xunit >= 2.2.0",
"xunit.runner.visualstudio >= 2.2.0"
]
Expand Down

0 comments on commit 2dd614b

Please sign in to comment.