Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc9f7409

Browse files
authored
Move nuget packages to templates vsix (dotnet#5330)
1 parentba60115 commitc9f7409

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

‎vsintegration/ProjectTemplates/ConsoleProject/Template/ConsoleApplication.vstemplate‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<FullClassName>NuGet.VisualStudio.TemplateWizard</FullClassName>
2626
</WizardExtension>
2727
<WizardData>
28-
<packagesrepository="extension"repositoryId="VisualFSharp">
28+
<packagesrepository="extension"repositoryId="VisualFSharpTemplates">
2929
<packageid="System.ValueTuple"version="4.4.0"targetFramework="net40" />
3030
<packageid="FSharp.Core"version="4.5.0"targetFramework="net40" />
3131
</packages>

‎vsintegration/ProjectTemplates/LibraryProject/Template/Library.vstemplate‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<FullClassName>NuGet.VisualStudio.TemplateWizard</FullClassName>
2626
</WizardExtension>
2727
<WizardData>
28-
<packagesrepository="extension"repositoryId="VisualFSharp">
28+
<packagesrepository="extension"repositoryId="VisualFSharpTemplates">
2929
<packageid="System.ValueTuple"version="4.4.0"targetFramework="net40" />
3030
<packageid="FSharp.Core"version="4.5.0"targetFramework="net40" />
3131
</packages>

‎vsintegration/ProjectTemplates/TutorialProject/Template/Tutorial.vstemplate‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<FullClassName>NuGet.VisualStudio.TemplateWizard</FullClassName>
2424
</WizardExtension>
2525
<WizardData>
26-
<packagesrepository="extension"repositoryId="VisualFSharp">
26+
<packagesrepository="extension"repositoryId="VisualFSharpTemplates">
2727
<packageid="System.ValueTuple"version="4.4.0"targetFramework="net40" />
2828
<packageid="FSharp.Core"version="4.5.0"targetFramework="net40" />
2929
</packages>

‎vsintegration/Vsix/VisualFSharpFull/VisualFSharpFull.csproj‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@
2323
<Link>License.txt</Link>
2424
<IncludeInVSIX>true</IncludeInVSIX>
2525
</Content>
26-
<ContentInclude="$(FSharpSourcesRoot)\..\packages\FSharp.Core.4.5.0\FSharp.Core.4.5.0.nupkg">
27-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
28-
<Link>packages\FSharp.Core.4.5.0.nupkg</Link>
29-
<IncludeInVSIX>true</IncludeInVSIX>
30-
</Content>
31-
<ContentInclude="$(FSharpSourcesRoot)\..\packages\System.ValueTuple.4.4.0\System.ValueTuple.4.4.0.nupkg">
32-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
33-
<Link>packages\System.ValueTuple.4.4.0.nupkg</Link>
34-
<IncludeInVSIX>true</IncludeInVSIX>
35-
</Content>
3626
<ContentInclude="$(FSharpSourcesRoot)\..\packages\Microsoft.VisualFSharp.Type.Providers.Redist\$(MicrosoftVisualFSharpTypeProvidersRedistPackageVersion)\content\4.3.0.0\FSharp.Data.TypeProviders.dll">
3727
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3828
<Link>FSharp.Data.TypeProviders.dll</Link>

‎vsintegration/Vsix/VisualFSharpTemplates/VisualFSharpTemplates.csproj‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14+
<ContentInclude="$(FSharpSourcesRoot)\..\packages\FSharp.Core.4.5.0\FSharp.Core.4.5.0.nupkg">
15+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
16+
<Link>packages\FSharp.Core.4.5.0.nupkg</Link>
17+
<IncludeInVSIX>true</IncludeInVSIX>
18+
</Content>
19+
<ContentInclude="$(FSharpSourcesRoot)\..\packages\System.ValueTuple.4.4.0\System.ValueTuple.4.4.0.nupkg">
20+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
21+
<Link>packages\System.ValueTuple.4.4.0.nupkg</Link>
22+
<IncludeInVSIX>true</IncludeInVSIX>
23+
</Content>
1424
<NoneInclude="Source.extension.vsixmanifest">
1525
<SubType>Designer</SubType>
1626
</None>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp