File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
packages/helper-grammar-regex-collection Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<ItemGroup >
5
5
<!-- @OctoLinkerResolve(https://www.nuget.org/packages/Microsoft.VisualStudio.Web.CodeGeneration.Tools) -->
6
- <DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" />
6
+ <DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" />
7
7
8
8
<!-- @OctoLinkerResolve(https://www.nuget.org/packages/Microsoft.DotNet.Watcher.Tools) -->
9
9
<DotNetCliToolReference Include =" Microsoft.DotNet.Watcher.Tools" Version =" 2.0.0" />
17
17
<ItemGroup >
18
18
<!-- @OctoLinkerResolve(https://www.nuget.org/packages/Microsoft.Extensions.Hosting.Abstractions) -->
19
19
<PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 3.1.1" />
20
+
21
+ <!-- @OctoLinkerResolve(https://www.nuget.org/packages/Microsoft.Extensions.Hosting.Abstractions) -->
22
+ <Reference Include =" Microsoft.Extensions.Hosting.Abstractions" />
20
23
</ItemGroup >
21
24
22
25
<ItemGroup >
23
26
<!-- @OctoLinkerResolve(https://www.nuget.org/packages/Microsoft.AspNetCore.Hosting.Abstractions) -->
24
- <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" />
27
+ <PackageReference Update =" Microsoft.AspNetCore.Hosting.Abstractions" />
28
+
29
+ <!-- @OctoLinkerResolve(https://www.nuget.org/packages/Microsoft.Extensions.Hosting.Abstractions) -->
30
+ <Reference Update =" Microsoft.Extensions.Hosting.Abstractions" />
25
31
</ItemGroup >
26
32
27
33
<ItemGroup >
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ export const JAVA_IMPORT = regex`
201
201
` ;
202
202
203
203
export const NET_PROJ_PACKAGE = regex `
204
- < ( P a c k a g e R e f e r e n c e | D o t N e t C l i T o o l R e f e r e n c e | F r a m e w o r k R e f e r e n c e )
204
+ < ( D o t N e t C l i T o o l | F r a m e w o r k | P a c k a g e ) ? R e f e r e n c e
205
205
\s+
206
206
.*
207
207
( I n c l u d e | U p d a t e ) = ${ captureQuotedWord }
You can’t perform that action at this time.
0 commit comments