Skip to content

Commit

Permalink
Merge pull request #5 from anixe/wm_port_to_netcore
Browse files Browse the repository at this point in the history
Add .netcore configuration and packages
  • Loading branch information
platatita authored Sep 8, 2016
2 parents 86aaa8d + 0a94c36 commit d5d6837
Show file tree
Hide file tree
Showing 17 changed files with 18,981 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ test-results/
:/
StyleCop.Cache

.DS_Store
.DS_Store
Anixe.Ion.UnitTests/TestResult.xml
2 changes: 1 addition & 1 deletion Anixe.Ion.Tester/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
22 changes: 22 additions & 0 deletions Anixe.Ion.Tester/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": "1.0.1-*",
"buildOptions": {
"debugType": "portable",
"emitEntryPoint": true
},
"dependencies": {
"Anixe.Ion" : "1.0.1-*",
"NETStandard.Library": "1.6.0"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
}
},
"imports": "dnxcore50"
}
}
}
Loading

0 comments on commit d5d6837

Please sign in to comment.