File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
tests/projects/stress/Templates
Vsix/VisualFSharpTemplates Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1414 <PreReleaseVersionLabel >beta</PreReleaseVersionLabel >
1515 <FSLanguageVersion >4.7</FSLanguageVersion >
1616 <FSCoreMajorVersion >$(FSLanguageVersion)</FSCoreMajorVersion >
17- <FSCorePackageVersion >$(FSCoreMajorVersion).0 </FSCorePackageVersion >
17+ <FSCorePackageVersion >$(FSCoreMajorVersion).1 </FSCorePackageVersion >
1818 <FSCoreVersionPrefix >$(FSCoreMajorVersion).0</FSCoreVersionPrefix >
1919 <FSCoreVersion >$(FSCoreVersionPrefix).0</FSCoreVersion >
2020 <!-- The current published nuget package -->
21- <FSharpCoreShippedPackageVersion >4.6.2 </FSharpCoreShippedPackageVersion >
21+ <FSharpCoreShippedPackageVersion >4.7.0 </FSharpCoreShippedPackageVersion >
2222 <!-- The pattern for specifying the preview package -->
2323 <FSharpCorePreviewPackageVersion >$(FSCorePackageVersion)-$(PreReleaseVersionLabel).*</FSharpCorePreviewPackageVersion >
2424 </PropertyGroup >
Original file line number Diff line number Diff line change 3636 <ItemGroup >
3737 <Reference Include =" mscorlib" />
3838 <Reference Include =" FSharp.Core" >
39- <HintPath >..\packages\FSharp.Core.4.6.2 \lib\net45\FSharp.Core.dll</HintPath >
39+ <HintPath >..\packages\FSharp.Core.4.7.0 \lib\net45\FSharp.Core.dll</HintPath >
4040 </Reference >
4141 <Reference Include =" System" />
4242 <Reference Include =" System.Core" />
Original file line number Diff line number Diff line change 2727 <WizardData >
2828 <packages repository =" extension" repositoryId =" VisualFSharpTemplates" >
2929 <package id =" System.ValueTuple" version =" 4.4.0" />
30- <package id =" FSharp.Core" version =" 4.6.2 " />
30+ <package id =" FSharp.Core" version =" 4.7.0 " />
3131 </packages >
3232 </WizardData >
3333</VSTemplate >
Original file line number Diff line number Diff line change 2727 <WizardData >
2828 <packages repository =" extension" repositoryId =" VisualFSharpTemplates" >
2929 <package id =" System.ValueTuple" version =" 4.4.0" />
30- <package id =" FSharp.Core" version =" 4.6.2 " />
30+ <package id =" FSharp.Core" version =" 4.7.0 " />
3131 </packages >
3232 </WizardData >
3333</VSTemplate >
Original file line number Diff line number Diff line change 2525 <WizardData >
2626 <packages repository =" extension" repositoryId =" VisualFSharpTemplates" >
2727 <package id =" System.ValueTuple" version =" 4.4.0" />
28- <package id =" FSharp.Core" version =" 4.6.2 " />
28+ <package id =" FSharp.Core" version =" 4.7.0 " />
2929 </packages >
3030 </WizardData >
3131</VSTemplate >
Original file line number Diff line number Diff line change 1515 <Link >packages\System.ValueTuple.4.4.0.nupkg</Link >
1616 <IncludeInVSIX >true</IncludeInVSIX >
1717 </Content >
18- <Content Include =" $(NuGetPackageRoot)\FSharp.Core\4.6.2 \FSharp.Core.4.6.2 .nupkg" >
18+ <Content Include =" $(NuGetPackageRoot)\FSharp.Core\$(FSharpCoreShippedPackageVersion) \FSharp.Core.$(FSharpCoreShippedPackageVersion) .nupkg" >
1919 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
20- <Link >packages\FSharp.Core.4.6.2 .nupkg</Link >
20+ <Link >packages\FSharp.Core.$(FSharpCoreShippedPackageVersion) .nupkg</Link >
2121 <IncludeInVSIX >true</IncludeInVSIX >
2222 </Content >
2323 <None Include =" Source.extension.vsixmanifest" >
2727
2828 <ItemGroup >
2929 <!-- must include a shipped version in the VSIX, not what's currently in source -->
30- <PackageReference Include =" FSharp.Core" Version =" 4.6.2 " ExcludeAssets =" all" PrivateAssets =" all" />
30+ <PackageReference Include =" FSharp.Core" Version =" $(FSharpCoreShippedPackageVersion) " ExcludeAssets =" all" PrivateAssets =" all" />
3131 </ItemGroup >
3232
3333 <ItemGroup >
You can’t perform that action at this time.
0 commit comments