We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da1662 commit f5e85c4Copy full SHA for f5e85c4
MiniScript-cs/Miniscript.csproj
@@ -4,9 +4,9 @@
4
<OutputType>Exe</OutputType>
5
<RootNamespace>Miniscript</RootNamespace>
6
<AssemblyName>Miniscript</AssemblyName>
7
- <TargetFrameworks>net45;net5.0;net7.0</TargetFrameworks>
+ <TargetFrameworks>net45;net5.0;net6.0;net7.0</TargetFrameworks>
8
<PackageId>org.miniscript.MiniScript</PackageId>
9
- <VersionPrefix>1.6.1</VersionPrefix>
+ <VersionPrefix>1.6.2</VersionPrefix>
10
<Authors>Joe Strout</Authors>
11
<Title>MiniScript</Title>
12
<Description>C# implementation of the MiniScript scripting language</Description>
0 commit comments