diff --git a/samples/GeekLearning.Email.Samples/project.json b/samples/GeekLearning.Email.Samples/project.json index 554aa8e..c157d68 100644 --- a/samples/GeekLearning.Email.Samples/project.json +++ b/samples/GeekLearning.Email.Samples/project.json @@ -20,8 +20,7 @@ "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final", "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0-rc2-final", "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-rc2-final", - "GeekLearning.Templating": "0.1.0", - "GeekLearning.Storage.FileSystem": "0.1.0-unstable0028", + "GeekLearning.Storage.FileSystem": "0.2.0-beta0001", "GeekLearning.Email": "*" }, diff --git a/src/GeekLearning.Email/project.json b/src/GeekLearning.Email/project.json index d837b3a..08160a2 100644 --- a/src/GeekLearning.Email/project.json +++ b/src/GeekLearning.Email/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { - "GeekLearning.Templating": "0.2.1-beta0001", + "GeekLearning.Templating": "0.2.1-beta0002", "NETStandard.Library": "1.5.0-rc2-24027", "Microsoft.Extensions.Options": "1.0.0-rc2-final", "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-final",