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

Commit29551fb

Browse files
enricosadaKevinRansom
authored andcommitted
fix url of fsharp.org website in vs templates
1 parent93d7b98 commit29551fb

File tree

9 files changed

+9
-9
lines changed
  • tests/fsharp/core/portable/portablelibrary1
  • vsintegration/src/Templates
    • ConsoleProjectTemplates/ProjectTemplates/ConsoleApplication
    • LibraryProjectTemplates/ProjectTemplates/Library
    • NetCore259ProjectTemplates/ProjectTemplates/NETCorePortableLibrary
    • NetCore78ProjectTemplates/ProjectTemplates/NetCorePortableLibrary
    • NetCoreProjectTemplates/ProjectTemplates/NETCorePortableLibrary
    • PortableLibraryProjectTemplates/ProjectTemplates/PortableLibrary
    • SilverlightProjectTemplates/ProjectTemplates/SilverlightLibrary
    • TutorialProjectTemplates/ProjectTemplates/Tutorial

9 files changed

+9
-9
lines changed

‎tests/fsharp/core/portable/portablelibrary1/script.fsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
1+
// Learn more about F# at http://fsharp.org. See the 'F# Tutorial' project
22
// for more guidance on F# programming.
33

44
#load"PortableLibrary1.fs"

‎vsintegration/src/Templates/ConsoleProjectTemplates/ProjectTemplates/ConsoleApplication/Program.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Learn more about F# at http://fsharp.net
1+
// Learn more about F# at http://fsharp.org
22
// See the 'F# Tutorial' project for more help.
33

44
[<EntryPoint>]

‎vsintegration/src/Templates/LibraryProjectTemplates/ProjectTemplates/Library/Script.fsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
1+
// Learn more about F# at http://fsharp.org. See the 'F# Tutorial' project
22
// for more guidance on F# programming.
33

44
#load"Library1.fs"

‎vsintegration/src/Templates/NetCore259ProjectTemplates/ProjectTemplates/NETCorePortableLibrary/Script.fsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
1+
// Learn more about F# at http://fsharp.org. See the 'F# Tutorial' project
22
// for more guidance on F# programming.
33

44
#load"PortableLibrary1.fs"

‎vsintegration/src/Templates/NetCore78ProjectTemplates/ProjectTemplates/NetCorePortableLibrary/Script.fsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
1+
// Learn more about F# at http://fsharp.org. See the 'F# Tutorial' project
22
// for more guidance on F# programming.
33

44
#load"PortableLibrary1.fs"

‎vsintegration/src/Templates/NetCoreProjectTemplates/ProjectTemplates/NETCorePortableLibrary/Script.fsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
1+
// Learn more about F# at http://fsharp.org. See the 'F# Tutorial' project
22
// for more guidance on F# programming.
33

44
#load"PortableLibrary1.fs"

‎vsintegration/src/Templates/PortableLibraryProjectTemplates/ProjectTemplates/PortableLibrary/Script.fsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
1+
// Learn more about F# at http://fsharp.org. See the 'F# Tutorial' project
22
// for more guidance on F# programming.
33

44
#load"PortableLibrary1.fs"

‎vsintegration/src/Templates/SilverlightProjectTemplates/ProjectTemplates/SilverlightLibrary/Script.fsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
1+
// Learn more about F# at http://fsharp.org. See the 'F# Tutorial' project
22
// for more guidance on F# programming.
33

44
#load"Library1.fs"

‎vsintegration/src/Templates/TutorialProjectTemplates/ProjectTemplates/Tutorial/Tutorial.fsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// *******************************************************************************************************
77
//
88
// For more about F#, see:
9-
// http://fsharp.net
9+
// http://fsharp.org
1010
//
1111
// For additional templates to use with F#, see the 'Online Templates' in Visual Studio,
1212
// 'New Project' --> 'Online Templates'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp