Skip to content

Commit 942df86

Browse files
committed
Fix github link
1 parent da9fa0e commit 942df86

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

core/Action/NetLegacySupport.Action.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<authors>Microsoft</authors>
88
<owners>Esun Kim</owners>
99
<description>System.Action and System.Func for .NET Framework 2.0, 3.5. This is a backport from .NET Core.</description>
10-
<projectUrl>https://github.com/SaladbowlCreative/NetLegacySupport</projectUrl>
11-
<licenseUrl>https://raw.githubusercontent.com/SaladbowlCreative/NetLegacySupport/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/SaladLab/NetLegacySupport</projectUrl>
11+
<licenseUrl>https://raw.githubusercontent.com/SaladLab/NetLegacySupport/master/LICENSE</licenseUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<releaseNotes>@releaseNotes@</releaseNotes>
1414
<tags>.net framework legacy support action func</tags>

core/ConcurrentDictionary/NetLegacySupport.ConcurrentDictionary.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<authors>Microsoft</authors>
88
<owners>Esun Kim</owners>
99
<description>System.ConcurrentDictionary for .NET Framework 2.0, 3.5. This is a backport from .NET Core.</description>
10-
<projectUrl>https://github.com/SaladbowlCreative/NetLegacySupport</projectUrl>
11-
<licenseUrl>https://raw.githubusercontent.com/SaladbowlCreative/NetLegacySupport/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/SaladLab/NetLegacySupport</projectUrl>
11+
<licenseUrl>https://raw.githubusercontent.com/SaladLab/NetLegacySupport/master/LICENSE</licenseUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<releaseNotes>@releaseNotes@</releaseNotes>
1414
<tags>.net framework legacy support concurrent dictionary</tags>

core/Tuple/NetLegacySupport.Tuple.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<authors>Microsoft</authors>
88
<owners>Esun Kim</owners>
99
<description>System.Tuple for .NET Framework 2.0, 3.5. This is a backport from .NET Core.</description>
10-
<projectUrl>https://github.com/SaladbowlCreative/NetLegacySupport</projectUrl>
11-
<licenseUrl>https://raw.githubusercontent.com/SaladbowlCreative/NetLegacySupport/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/SaladLab/NetLegacySupport</projectUrl>
11+
<licenseUrl>https://raw.githubusercontent.com/SaladLab/NetLegacySupport/master/LICENSE</licenseUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<releaseNotes>@releaseNotes@</releaseNotes>
1414
<tags>.net framework legacy support tuple</tags>

0 commit comments

Comments
 (0)