Skip to content
Snippets Groups Projects
Commit 8aef1c9d authored by areynold's avatar areynold
Browse files

add wildcard compatibility for future vs releases

parent adf69ceb
No related branches found
No related tags found
No related merge requests found
...@@ -21,4 +21,9 @@ Added release notes. ...@@ -21,4 +21,9 @@ Added release notes.
## 1.2 ## 1.2
Add IDisposable override for Controllers, which already implement IDisposable in the base class. Add IDisposable override for Controllers, which already implement IDisposable in the base class.
\ No newline at end of file
## In Progress
* Switch to NCSA license.
* Add wildcard compatibility for future VS releases.
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<Tags>snippets</Tags> <Tags>snippets</Tags>
</Metadata> </Metadata>
<Installation> <Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" /> <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,)" />
</Installation> </Installation>
<Dependencies> <Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment