Skip to content

Commit

Permalink
fixed dpm package for d11
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentparrett committed Oct 12, 2021
1 parent a89cbed commit d665429
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VSoft.Awaitable.dspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"id": "VSoft.Awaitable",
"version": "0.2.1",
"version": "0.2.2",
"description": "Async/Await wrapper for OmniThreaLibrary",
"authors": "Vincent Parrett",
"projectUrl": "https://github.com/VSoftTechnologies/VSoft.Awaitable",
Expand Down Expand Up @@ -71,7 +71,7 @@
"template": "default"
},
{
"compiler": "11",
"compiler": "11.0",
"platforms": "Win32, Win64",
"template": "default"
}
Expand All @@ -82,7 +82,7 @@
"dependencies" : [
{
"id" : "VSoft.CancellationToken",
"version" : "[0.0.3,]"
"version" : "[0.0.4,]"
},
{
"id" : "Gabr42.OmniThreadLibrary",
Expand Down

0 comments on commit d665429

Please sign in to comment.