File tree Expand file tree Collapse file tree 6 files changed +2
-41
lines changed Expand file tree Collapse file tree 6 files changed +2
-41
lines changed Original file line number Diff line number Diff line change 1414 <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 3.1.32" />
1515 <PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" 3.1.32" />
1616 <PackageReference Include =" System.Text.Json" Version =" 6.0.9" />
17- </ItemGroup >
18- <ItemGroup Condition =" '$(AddPackDeps)' == 'true'" >
19- <PackageReference Include =" AspectInjector" Version =" $(Version)" >
20- <IncludeAssets >All</IncludeAssets >
21- <ExcludeAssets >build</ExcludeAssets >
22- </PackageReference >
23- </ItemGroup >
24-
17+ </ItemGroup >
2518</Project >
Original file line number Diff line number Diff line change 55 <Description >This package provides simple freezable pattern implementation. Put [Freezable] attribure on your properties or a whole class. Then cast your objects to IFreezable when needed.
66Powered by AspectInjector.</Description >
77 <PackageProjectUrl >https://github.com/pamidur/aspect-injector/tree/master/samples/src/Freezable</PackageProjectUrl >
8- </PropertyGroup >
9- <ItemGroup Condition =" '$(AddPackDeps)' == 'true'" >
10- <PackageReference Include =" AspectInjector" Version =" $(Version)" >
11- <IncludeAssets >All</IncludeAssets >
12- <ExcludeAssets >build</ExcludeAssets >
13- </PackageReference >
14- </ItemGroup >
8+ </PropertyGroup >
159</Project >
Original file line number Diff line number Diff line change 88 </Description >
99 <PackageProjectUrl >https://github.com/pamidur/aspect-injector/tree/master/samples/src/Lazy</PackageProjectUrl >
1010 </PropertyGroup >
11- <ItemGroup Condition =" '$(AddPackDeps)' == 'true'" >
12- <PackageReference Include =" AspectInjector" Version =" $(Version)" >
13- <IncludeAssets >All</IncludeAssets >
14- <ExcludeAssets >build</ExcludeAssets >
15- </PackageReference >
16- </ItemGroup >
17-
1811</Project >
Original file line number Diff line number Diff line change 1111 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 3.1.32" />
1212 <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 3.1.32" />
1313 </ItemGroup >
14- <ItemGroup Condition =" '$(AddPackDeps)' == 'true'" >
15- <PackageReference Include =" AspectInjector" Version =" $(Version)" >
16- <IncludeAssets >All</IncludeAssets >
17- <ExcludeAssets >build</ExcludeAssets >
18- </PackageReference >
19- </ItemGroup >
2014</Project >
Original file line number Diff line number Diff line change 66Powered by AspectInjector.</Description >
77 <PackageProjectUrl >https://github.com/pamidur/aspect-injector/tree/master/samples/src/Notify</PackageProjectUrl >
88 </PropertyGroup >
9- <ItemGroup Condition =" '$(AddPackDeps)' == 'true'" >
10- <PackageReference Include =" AspectInjector" Version =" $(Version)" >
11- <IncludeAssets >All</IncludeAssets >
12- <ExcludeAssets >build</ExcludeAssets >
13- </PackageReference >
14- </ItemGroup >
159</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2-
32 <PropertyGroup >
43 <TargetFramework >netstandard2.0</TargetFramework >
54 <PackageTags >aspect proxy wrapper universal</PackageTags >
87 </Description >
98 <PackageProjectUrl >https://github.com/pamidur/aspect-injector/tree/master/samples/src/Universal</PackageProjectUrl >
109 </PropertyGroup >
11- <ItemGroup Condition =" '$(AddPackDeps)' == 'true'" >
12- <PackageReference Include =" AspectInjector" Version =" $(Version)" >
13- <IncludeAssets >All</IncludeAssets >
14- <ExcludeAssets >build</ExcludeAssets >
15- </PackageReference >
16- </ItemGroup >
1710</Project >
You can’t perform that action at this time.
0 commit comments