diff options
author | Guillaume Lacasa <guillaumelacasa@hotmail.com> | 2016-06-29 12:59:03 +0200 |
---|---|---|
committer | Guillaume Lacasa <guillaumelacasa@hotmail.com> | 2016-06-29 12:59:03 +0200 |
commit | dc68717cf5bc471bbcfc08906a84e22199327575 (patch) | |
tree | cdeab1684df3555ea9a8dc9d10209f7632010209 /TwoStepsAuthenticator.nuspec | |
parent | 8e80d5923232b6b5852873a8c54fc3d8bbbc9a96 (diff) | |
download | TwoStepsAuthenticator-dc68717cf5bc471bbcfc08906a84e22199327575.zip TwoStepsAuthenticator-dc68717cf5bc471bbcfc08906a84e22199327575.tar.gz TwoStepsAuthenticator-dc68717cf5bc471bbcfc08906a84e22199327575.tar.bz2 |
Default UsedCodeManager specific to dotnet core1.1
Diffstat (limited to 'TwoStepsAuthenticator.nuspec')
-rw-r--r-- | TwoStepsAuthenticator.nuspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TwoStepsAuthenticator.nuspec b/TwoStepsAuthenticator.nuspec index 43f9bfa..c057a9d 100644 --- a/TwoStepsAuthenticator.nuspec +++ b/TwoStepsAuthenticator.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> <id>TwoStepsAuthenticator</id> - <version>1.0.1</version> + <version>1.1.0.0</version> <title>TwoStepsAuthenticator</title> <authors>Guillaume Lacasa</authors> <licenseUrl>https://raw.githubusercontent.com/glacasa/TwoStepsAuthenticator/master/LICENSE</licenseUrl> @@ -12,5 +12,6 @@ </metadata> <files> <file src="TwoStepsAuthenticator\bin\Release\TwoStepsAuthenticator.dll" target="lib\net45\TwoStepsAuthenticator.dll" /> + <file src="TwoStepsAuthenticator.DotnetCore\bin\Release\netstandard1.6\TwoStepsAuthenticator.DotnetCore.dll" target="lib\netcore\TwoStepsAuthenticator.dll" /> </files> </package>
\ No newline at end of file |