Skip to content

Commit f196b0c

Browse files
committed
Update URLs.
1 parent c682e85 commit f196b0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Imported early: this -> NuGet package .props -> SDK .props -> project
1010
* Many properties are not yet defined and behave as if empty.
1111
* Provide defaults for properties here.
12-
https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build
12+
https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-your-build
1313
-->
1414

1515
<!-- Descriptive properties -->

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!--
99
* Imported late: project -> SDK .targets -> NuGet package .targets -> this
1010
* Override properties and targets here.
11-
https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build
11+
https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-your-build
1212
-->
1313

1414
<ItemGroup Condition="'$(IsPackable)' == 'true'">

0 commit comments

Comments
 (0)