You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a small issue with the CreatePackage.cmd script. When I ran this on my local machine, after building in Release mode in Visual Studio, I got the following output:
The problem here being that the lib\net472 folder doesn't exist, so the copy command isn't able to complete.
There are multiple ways that this "could" be fixed, so I won't create a PR for it, as I don't know how you would like to move forward with addressing it. If you let me know how you want to proceed, I would be happy to submit a PR, so that we can get a new release pushed to NuGet.org.
The text was updated successfully, but these errors were encountered:
👋 Thanks for reporting! This repository has limited activity due to being superseded by .Net core caching (IDistributedCache). So please be patient. Would happily accept pull requests though.
As mentioned in this comment here:
#3 (comment)
There seems to be a small issue with the
CreatePackage.cmd
script. When I ran this on my local machine, after building inRelease
mode in Visual Studio, I got the following output:The problem here being that the
lib\net472
folder doesn't exist, so the copy command isn't able to complete.There are multiple ways that this "could" be fixed, so I won't create a PR for it, as I don't know how you would like to move forward with addressing it. If you let me know how you want to proceed, I would be happy to submit a PR, so that we can get a new release pushed to NuGet.org.
The text was updated successfully, but these errors were encountered: