|
2 | 2 | <package>
|
3 | 3 | <metadata>
|
4 | 4 | <id>ReactiveDomain</id>
|
5 |
| - <version>0.9.3.0</version> |
| 5 | + <version>0.10.0.0</version> |
6 | 6 | <authors>PerkinElmer,Linedata</authors>
|
7 | 7 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
8 | 8 | <license type="expression">MIT</license>
|
9 | 9 | <description>Package includes all ReactiveDomain Core assemblies</description>
|
10 | 10 | <dependencies>
|
11 |
| - <group targetFramework="netstandard2.0"> |
| 11 | + <group targetFramework="net48"> |
| 12 | + <dependency id="EventStore.Client" version="21.2.2" exclude="Build,Analyzers" /> |
| 13 | + <dependency id="Microsoft.CSharp" version="4.7.0" exclude="Build,Analyzers" /> |
| 14 | + <dependency id="Newtonsoft.Json" version="13.0.2" exclude="Build,Analyzers" /> |
| 15 | + <dependency id="System.Configuration.ConfigurationManager" version="7.0.0" exclude="Build,Analyzers" /> |
| 16 | + <dependency id="System.Diagnostics.PerformanceCounter" version="5.0.1" exclude="Build,Analyzers" /> |
| 17 | + </group> |
| 18 | + <group targetFramework="net6.0"> |
12 | 19 | <dependency id="EventStore.Client" version="21.2.2" exclude="Build,Analyzers" />
|
13 | 20 | <dependency id="Microsoft.CSharp" version="4.7.0" exclude="Build,Analyzers" />
|
14 | 21 | <dependency id="Newtonsoft.Json" version="13.0.2" exclude="Build,Analyzers" />
|
|
17 | 24 | </group>
|
18 | 25 | </dependencies>
|
19 | 26 | <references>
|
20 |
| - <group targetFramework="netstandard2.0"> |
| 27 | + <group targetFramework="net48"> |
| 28 | + <reference file="ReactiveDomain.Core.dll" /> |
| 29 | + <reference file="ReactiveDomain.Foundation.dll" /> |
| 30 | + <reference file="ReactiveDomain.Messaging.dll" /> |
| 31 | + <reference file="ReactiveDomain.Persistence.dll" /> |
| 32 | + <reference file="ReactiveDomain.Transport.dll" /> |
| 33 | + </group> |
| 34 | + <group targetFramework="net6.0"> |
21 | 35 | <reference file="ReactiveDomain.Core.dll" />
|
22 | 36 | <reference file="ReactiveDomain.Foundation.dll" />
|
23 | 37 | <reference file="ReactiveDomain.Messaging.dll" />
|
|
28 | 42 | </metadata>
|
29 | 43 | <files>
|
30 | 44 | <file src="..\build\ReactiveDomain.props" target="build" />
|
31 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Core.pdb" target="lib\netstandard2.0" /> |
32 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Foundation.pdb" target="lib\netstandard2.0" /> |
33 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Messaging.pdb" target="lib\netstandard2.0" /> |
34 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Persistence.pdb" target="lib\netstandard2.0" /> |
35 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Transport.pdb" target="lib\netstandard2.0" /> |
| 45 | + <file src="..\bld\Debug\net48\ReactiveDomain.Core.pdb" target="lib\net48" /> |
| 46 | + <file src="..\bld\Debug\net48\ReactiveDomain.Foundation.pdb" target="lib\net48" /> |
| 47 | + <file src="..\bld\Debug\net48\ReactiveDomain.Messaging.pdb" target="lib\net48" /> |
| 48 | + <file src="..\bld\Debug\net48\ReactiveDomain.Persistence.pdb" target="lib\net48" /> |
| 49 | + <file src="..\bld\Debug\net48\ReactiveDomain.Transport.pdb" target="lib\net48" /> |
| 50 | + |
| 51 | + <file src="..\bld\Debug\net48\ReactiveDomain.Core.dll" target="lib\net48" /> |
| 52 | + <file src="..\bld\Debug\net48\ReactiveDomain.Foundation.dll" target="lib\net48" /> |
| 53 | + <file src="..\bld\Debug\net48\ReactiveDomain.Messaging.dll" target="lib\net48" /> |
| 54 | + <file src="..\bld\Debug\net48\ReactiveDomain.Persistence.dll" target="lib\net48" /> |
| 55 | + <file src="..\bld\Debug\net48\ReactiveDomain.Transport.dll" target="lib\net48" /> |
| 56 | + |
| 57 | + <file src="..\bld\Debug\net48\ReactiveDomain.Core.dll" target="ref\net48" /> |
| 58 | + <file src="..\bld\Debug\net48\ReactiveDomain.Foundation.dll" target="ref\net48" /> |
| 59 | + <file src="..\bld\Debug\net48\ReactiveDomain.Messaging.dll" target="ref\net48" /> |
| 60 | + <file src="..\bld\Debug\net48\ReactiveDomain.Persistence.dll" target="ref\net48" /> |
| 61 | + <file src="..\bld\Debug\net48\ReactiveDomain.Transport.dll" target="ref\net48" /> |
| 62 | + |
| 63 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Core.pdb" target="lib\net6.0" /> |
| 64 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Foundation.pdb" target="lib\net6.0" /> |
| 65 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Messaging.pdb" target="lib\net6.0" /> |
| 66 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Persistence.pdb" target="lib\net6.0" /> |
| 67 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Transport.pdb" target="lib\net6.0" /> |
36 | 68 |
|
37 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Core.dll" target="lib\netstandard2.0" /> |
38 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Foundation.dll" target="lib\netstandard2.0" /> |
39 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Messaging.dll" target="lib\netstandard2.0" /> |
40 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Persistence.dll" target="lib\netstandard2.0" /> |
41 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Transport.dll" target="lib\netstandard2.0" /> |
| 69 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Core.dll" target="lib\net6.0" /> |
| 70 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Foundation.dll" target="lib\net6.0" /> |
| 71 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Messaging.dll" target="lib\net6.0" /> |
| 72 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Persistence.dll" target="lib\net6.0" /> |
| 73 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Transport.dll" target="lib\net6.0" /> |
42 | 74 |
|
43 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Core.dll" target="ref\netstandard2.0" /> |
44 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Foundation.dll" target="ref\netstandard2.0" /> |
45 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Messaging.dll" target="ref\netstandard2.0" /> |
46 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Persistence.dll" target="ref\netstandard2.0" /> |
47 |
| - <file src="..\bld\Debug\netstandard2.0\ReactiveDomain.Transport.dll" target="ref\netstandard2.0" /> |
| 75 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Core.dll" target="ref\net6.0" /> |
| 76 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Foundation.dll" target="ref\net6.0" /> |
| 77 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Messaging.dll" target="ref\net6.0" /> |
| 78 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Persistence.dll" target="ref\net6.0" /> |
| 79 | + <file src="..\bld\Debug\net6.0\ReactiveDomain.Transport.dll" target="ref\net6.0" /> |
48 | 80 | </files>
|
49 | 81 | </package>
|
0 commit comments