changed target framework version to .Net v4.6

This commit is contained in:
morkt
2018-01-02 06:56:32 +04:00
parent 1a8b0d8b4a
commit 47769f4112
14 changed files with 80 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NVorbis" version="0.8.5.0" targetFramework="net45" />
<package id="NVorbis" version="0.8.5.0" targetFramework="net46" />
</packages>