8000
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 8299148 commit 1f63b01Copy full SHA for 1f63b01
src/runtime/Python.Runtime.15.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>
4
<Platforms>AnyCPU</Platforms>
@@ -9,7 +9,7 @@
9
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
10
<PublishRepositoryUrl>true</PublishRepositoryUrl>
11
<Description>This software is part of Gradient: https://losttech.software/gradient.html</Description>
12
- <VersionPrefix>3.0.0</VersionPrefix>
+ <VersionPrefix>3.0.1</VersionPrefix>
13
<DebugSymbols>true</DebugSymbols>
14
<IncludeSymbols>true</IncludeSymbols>
15
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
0 commit comments