File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 22 "version" : " 0.2.0" ,
33 "configurations" : [
44 {
5- "name" : " net 6 launch " ,
5+ "name" : " .NET Core Launch (console) " ,
66 "type" : " coreclr" ,
77 "request" : " launch" ,
88 "preLaunchTask" : " build" ,
1313 ],
1414 "cwd" : " ${workspaceFolder}/CredentialProvider.Microsoft" ,
1515 "console" : " integratedTerminal" ,
16- "stopAtEntry" : false ,
17- "env" : {
18- "ARTIFACTS_CREDENTIALPROVIDER_PROGRAM_CONTEXT" :" nuGET"
19- }
16+ "stopAtEntry" : false
2017 },
2118 {
2219 "name" : " .NET Core Attach" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
4- <CredentialProviderVersion >1.2.2 </CredentialProviderVersion >
4+ <CredentialProviderVersion >1.2.3 </CredentialProviderVersion >
55 <VersionSuffix ></VersionSuffix >
66 <TargetFrameworks >netcoreapp3.1;net461;net6.0</TargetFrameworks >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments