Skip to content

Commit ce1a4cd

Browse files
mmitcheDavidKarlas
authored andcommitted
Fixup feeds
1 parent 7a9de3b commit ce1a4cd

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
88
<add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
99
<add key="nugetbuild" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
10-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
10+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
1111
</packageSources>
1212
<disabledPackageSources />
1313
</configuration>

SECURITY.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Security Policy
2-
3-
## Supported Versions
4-
5-
The .NET Core and ASP.NET Core support policy, including supported versions can be found at the [.NET Core Support Policy Page](https://dotnet.microsoft.com/platform/support/policy/dotnet-core).
6-
7-
## Reporting a Vulnerability
8-
9-
Security issues and bugs should be reported privately to the Microsoft Security Response Center (MSRC), either by emailing [email protected] or via the portal at https://msrc.microsoft.com.
10-
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your
11-
original message. Further information, including the MSRC PGP key, can be found in the [MSRC Report an Issue FAQ](https://www.microsoft.com/en-us/msrc/faqs-report-an-issue).
12-
13-
Reports via MSRC may qualify for the .NET Core Bug Bounty. Details of the .NET Core Bug Bounty including terms and conditions are at [https://aka.ms/corebounty](https://aka.ms/corebounty).
14-
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
The .NET Core and ASP.NET Core support policy, including supported versions can be found at the [.NET Core Support Policy Page](https://dotnet.microsoft.com/platform/support/policy/dotnet-core).
6+
7+
## Reporting a Vulnerability
8+
9+
Security issues and bugs should be reported privately to the Microsoft Security Response Center (MSRC), either by emailing [email protected] or via the portal at https://msrc.microsoft.com.
10+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your
11+
original message. Further information, including the MSRC PGP key, can be found in the [MSRC Report an Issue FAQ](https://www.microsoft.com/en-us/msrc/faqs-report-an-issue).
12+
13+
Reports via MSRC may qualify for the .NET Core Bug Bounty. Details of the .NET Core Bug Bounty including terms and conditions are at [https://aka.ms/corebounty](https://aka.ms/corebounty).
14+
1515
Please do not open issues for anything you think might have a security implication.

tools/ProjectTestRunner/TestCases/BuiltIn/CSharp/Defaults/Web/Mvc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"handler": "execute",
88
"command": "dotnet",
9-
"args": "restore -s https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json -s https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json -s https://api.nuget.org/v3/index.json",
9+
"args": "restore -s https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json -s https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json -s https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
1010
"noExit": false,
1111
"exitCode": 0
1212
},

tools/ProjectTestRunner/TestCases/BuiltIn/CSharp/Defaults/Web/MvcIndividual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"handler": "execute",
88
"command": "dotnet",
9-
"args": "restore -s https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json -s https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json -s https://api.nuget.org/v3/index.json",
9+
"args": "restore -s https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json -s https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json -s https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
1010
"noExit": false,
1111
"exitCode": 0
1212
},

tools/ProjectTestRunner/TestCases/BuiltIn/CSharp/Defaults/Web/RazorPages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"handler": "execute",
88
"command": "dotnet",
9-
"args": "restore -s https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json -s https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json -s https://api.nuget.org/v3/index.json",
9+
"args": "restore -s https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json -s https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json -s https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
1010
"noExit": false,
1111
"exitCode": 0
1212
},

tools/ProjectTestRunner/TestCases/BuiltIn/CSharp/Defaults/Web/Web.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"handler": "execute",
88
"command": "dotnet",
9-
"args": "restore -s https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json -s https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json -s https://api.nuget.org/v3/index.json",
9+
"args": "restore -s https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json -s https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json -s https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
1010
"noExit": false,
1111
"exitCode": 0
1212
},

tools/ProjectTestRunner/TestCases/BuiltIn/CSharp/Defaults/Web/WebApi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"handler": "execute",
88
"command": "dotnet",
9-
"args": "restore -s https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json -s https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json -s https://api.nuget.org/v3/index.json",
9+
"args": "restore -s https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json -s https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json -s https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
1010
"noExit": false,
1111
"exitCode": 0
1212
},

tools/ProjectTestRunner/TestCases/BuiltIn/FSharp/Defaults/Web/Mvc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"handler": "execute",
88
"command": "dotnet",
9-
"args": "restore -s https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json -s https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json -s https://api.nuget.org/v3/index.json",
9+
"args": "restore -s https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json -s https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json -s https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
1010
"noExit": false,
1111
"exitCode": 0
1212
},

0 commit comments

Comments
 (0)