File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 11
11
<EmbeddedResource Include =" Configuration\akka.conf" />
12
12
</ItemGroup >
13
13
14
+ <!-- Common packages for all target frameworks -->
14
15
<ItemGroup >
15
- <PackageReference Include =" Polyfill" Version =" 1.28.0" PrivateAssets =" all" />
16
- <PackageReference Include =" Microsoft.Extensions.ObjectPool" Version =" $(MsExtVersion)" />
17
- <PackageReference Include =" Newtonsoft.Json" Version =" $(NewtonsoftJsonVersion)" />
18
- <PackageReference Include =" System.Reflection.Emit" Version =" 4.7.0" />
19
- <PackageReference Include =" System.Collections.Immutable" Version =" $(MicrosoftLibVersion)" />
20
- <PackageReference Include =" System.Threading.Channels" Version =" $(MicrosoftLibVersion)" />
21
- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" $(ConfigurationManagerVersion)" />
22
-
16
+ <PackageReference Include =" Microsoft.Extensions.ObjectPool" Version =" $(MsExtVersion)" />
17
+ <PackageReference Include =" Newtonsoft.Json" Version =" $(NewtonsoftJsonVersion)" />
18
+ <PackageReference Include =" System.Collections.Immutable" Version =" $(MicrosoftLibVersion)" />
19
+ <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" $(ConfigurationManagerVersion)" />
20
+ </ItemGroup >
21
+
22
+ <!-- Packages only for NetStandard -->
23
+ <ItemGroup Condition =" '$(TargetFramework)' == '$(NetStandardLibVersion)'" >
24
+ <PackageReference Include =" Polyfill" Version =" 1.28.0" PrivateAssets =" all" />
25
+ <PackageReference Include =" System.Reflection.Emit" Version =" 4.7.0" />
26
+ <PackageReference Include =" System.Threading.Channels" Version =" $(MicrosoftLibVersion)" />
23
27
</ItemGroup >
24
28
25
29
<ItemGroup Label =" PublicAnalyzers" >
You can’t perform that action at this time.
0 commit comments