File tree 4 files changed +55
-1
lines changed
nanoFramework.Tools.DebugLibrary.Net
nanoFramework.Tools.DebugLibrary.UWP
4 files changed +55
-1
lines changed Original file line number Diff line number Diff line change 16
16
</NuGetPackageImportStamp >
17
17
<TargetFrameworkProfile />
18
18
<RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
19
+ <Deterministic >true</Deterministic >
20
+ <ContinuousIntegrationBuild Condition =" '$(TF_BUILD)' == 'true'" >True</ContinuousIntegrationBuild >
19
21
<!-- need this here to rebuild the packages.lock.json file in case the hashes fail to validate -->
20
22
<!-- <DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder> -->
21
23
</PropertyGroup >
72
74
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
73
75
<PrivateAssets >all</PrivateAssets >
74
76
</PackageReference >
77
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" >
78
+ <Version >1.0.0</Version >
79
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
80
+ <PrivateAssets >all</PrivateAssets >
81
+ </PackageReference >
75
82
<PackageReference Include =" Microsoft.Windows.SDK.Contracts" >
76
83
<Version >10.0.19041.1</Version >
77
84
</PackageReference >
Original file line number Diff line number Diff line change 8
8
"resolved" : " 4.2.1" ,
9
9
"contentHash" : " 46t+e1eESclH4TkfqUEYAgZ1+ZbXSFS7GqSKvtcw6u2yT05heDKdzj1r3YA/6FCZM4uB4z7qRW9V+gBsCilonQ=="
10
10
},
11
+ "Microsoft.SourceLink.GitHub" : {
12
+ "type" : " Direct" ,
13
+ "requested" : " [1.0.0, )" ,
14
+ "resolved" : " 1.0.0" ,
15
+ "contentHash" : " aZyGyGg2nFSxix+xMkPmlmZSsnGQ3w+mIG23LTxJZHN+GPwTQ5FpPgDo7RMOq+Kcf5D4hFWfXkGhoGstawX13Q==" ,
16
+ "dependencies" : {
17
+ "Microsoft.Build.Tasks.Git" : " 1.0.0" ,
18
+ "Microsoft.SourceLink.Common" : " 1.0.0"
19
+ }
20
+ },
11
21
"Microsoft.Windows.SDK.Contracts" : {
12
22
"type" : " Direct" ,
13
23
"requested" : " [10.0.19041.1, )" ,
60
70
"resolved" : " 4.5.0" ,
61
71
"contentHash" : " okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ=="
62
72
},
73
+ "Microsoft.Build.Tasks.Git" : {
74
+ "type" : " Transitive" ,
75
+ "resolved" : " 1.0.0" ,
76
+ "contentHash" : " z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ=="
77
+ },
78
+ "Microsoft.SourceLink.Common" : {
79
+ "type" : " Transitive" ,
80
+ "resolved" : " 1.0.0" ,
81
+ "contentHash" : " G8DuQY8/DK5NN+3jm5wcMcd9QYD90UV7MiLmdljSJixi3U/vNaeBKmmXUqI4DJCOeWizIUEh4ALhSt58mR+5eg=="
82
+ },
63
83
"System.Runtime.CompilerServices.Unsafe" : {
64
84
"type" : " Transitive" ,
65
85
"resolved" : " 4.5.3" ,
Original file line number Diff line number Diff line change 17
17
<FileAlignment >512</FileAlignment >
18
18
<ProjectTypeGuids >{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
19
19
<RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
20
+ <Deterministic >true</Deterministic >
21
+ <ContinuousIntegrationBuild Condition =" '$(TF_BUILD)' == 'true'" >True</ContinuousIntegrationBuild >
20
22
<!-- need this here to rebuild the packages.lock.json file in case the hashes fail to validate -->
21
23
<!-- <DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder> -->
22
24
</PropertyGroup >
134
136
<PackageReference Include =" Microsoft.NETCore.UniversalWindowsPlatform" >
135
137
<Version >6.2.11</Version >
136
138
</PackageReference >
139
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" >
140
+ <Version >1.0.0</Version >
141
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
142
+ <PrivateAssets >all</PrivateAssets >
143
+ </PackageReference >
137
144
<PackageReference Include =" Nerdbank.GitVersioning" >
138
145
<Version >3.3.37</Version >
139
146
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
Original file line number Diff line number Diff line change 14
14
"NETStandard.Library" : " 2.0.3"
15
15
}
16
16
},
17
+ "Microsoft.SourceLink.GitHub" : {
18
+ "type" : " Direct" ,
19
+ "requested" : " [1.0.0, )" ,
20
+ "resolved" : " 1.0.0" ,
21
+ "contentHash" : " aZyGyGg2nFSxix+xMkPmlmZSsnGQ3w+mIG23LTxJZHN+GPwTQ5FpPgDo7RMOq+Kcf5D4hFWfXkGhoGstawX13Q==" ,
22
+ "dependencies" : {
23
+ "Microsoft.Build.Tasks.Git" : " 1.0.0" ,
24
+ "Microsoft.SourceLink.Common" : " 1.0.0"
25
+ }
26
+ },
17
27
"Nerdbank.GitVersioning" : {
18
28
"type" : " Direct" ,
19
29
"requested" : " [3.3.37, )" ,
62
72
"resolved" : " 4.2.1" ,
63
73
"contentHash" : " 46t+e1eESclH4TkfqUEYAgZ1+ZbXSFS7GqSKvtcw6u2yT05heDKdzj1r3YA/6FCZM4uB4z7qRW9V+gBsCilonQ=="
64
74
},
75
+ "Microsoft.Build.Tasks.Git" : {
76
+ "type" : " Transitive" ,
77
+ "resolved" : " 1.0.0" ,
78
+ "contentHash" : " z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ=="
79
+ },
65
80
"Microsoft.Net.Native.Compiler" : {
66
81
"type" : " Transitive" ,
67
82
"resolved" : " 2.2.9-rel-29512-01" ,
88
103
"resolved" : " 2.1.0" ,
89
104
"contentHash" : " GmkKfoyerqmsHMn7OZj0AKpcBabD+GaafqphvX2Mw406IwiJRy1pKcKqdCfKJfYmkRyJ6+e+RaUylgdJoDa1jQ=="
90
105
},
106
+ "Microsoft.SourceLink.Common" : {
107
+ "type" : " Transitive" ,
108
+ "resolved" : " 1.0.0" ,
109
+ "contentHash" : " G8DuQY8/DK5NN+3jm5wcMcd9QYD90UV7MiLmdljSJixi3U/vNaeBKmmXUqI4DJCOeWizIUEh4ALhSt58mR+5eg=="
110
+ },
91
111
"NETStandard.Library" : {
92
112
"type" : " Transitive" ,
93
113
"resolved" : " 2.0.3" ,
94
- "contentHash" : " 548M6mnBSJWxsIlkQHfbzoYxpiYFXZZSL00p4GHYv8PkiqFBnnT68mW5mGEsA/ch9fDO9GkPgkFQpWiXZN7mAQ ==" ,
114
+ "contentHash" : " st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A ==" ,
95
115
"dependencies" : {
96
116
"Microsoft.NETCore.Platforms" : " 1.1.0"
97
117
}
You can’t perform that action at this time.
0 commit comments