-
Notifications
You must be signed in to change notification settings - Fork 0
/
Telerik.JustMock.EntityFrameworkCore.nuspec
61 lines (41 loc) · 2.12 KB
/
Telerik.JustMock.EntityFrameworkCore.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0"?>
<package>
<metadata>
<id>JustMock.EntityFrameworkCore</id>
<title>JustMock.EntityFrameworkCore</title>
<description>Mock DbSet and DbContext mocking amenities for JustMock Lite.</description>
<version>$Version$</version>
<icon>images\justmock.png</icon>
<readme>docs\README.md</readme>
<tags>justmock efcore entityframeworkcore</tags>
<authors>Progress Software Corporation</authors>
<copyright>$Copyright$</copyright>
<projectUrl>https://github.com/telerik/Telerik.JustMock.EntityFrameworkCore</projectUrl>
<license type="expression">Apache-2.0</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Microsoft.EntityFrameworkCore" version="6.0.33" />
</group>
<group targetFramework="net7.0">
<dependency id="Microsoft.EntityFrameworkCore" version="7.0.20" />
</group>
<group targetFramework="net8.0">
<dependency id="Microsoft.EntityFrameworkCore" version="8.0.8" />
</group>
<group>
<dependency id="JustMock" version="$JustMockVersion$" />
</group>
</dependencies>
</metadata>
<files>
<file src="Telerik.JustMock.EntityFrameworkCore\bin\Release\net6.0\Telerik.JustMock.EntityFrameworkCore.dll" target="lib/net6.0"/>
<file src="Telerik.JustMock.EntityFrameworkCore\bin\Release\net6.0\Telerik.JustMock.EntityFrameworkCore.xml" target="lib/net6.0"/>
<file src="Telerik.JustMock.EntityFrameworkCore\bin\Release\net7.0\Telerik.JustMock.EntityFrameworkCore.dll" target="lib/net7.0"/>
<file src="Telerik.JustMock.EntityFrameworkCore\bin\Release\net7.0\Telerik.JustMock.EntityFrameworkCore.xml" target="lib/net7.0"/>
<file src="Telerik.JustMock.EntityFrameworkCore\bin\Release\net8.0\Telerik.JustMock.EntityFrameworkCore.dll" target="lib/net8.0"/>
<file src="Telerik.JustMock.EntityFrameworkCore\bin\Release\net8.0\Telerik.JustMock.EntityFrameworkCore.xml" target="lib/net8.0"/>
<file src="README.md" target="docs\"/>
<file src="justmock.png" target="images\"/>
</files>
</package>