File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
EFCore.VisualBasic.Templates
Test/EFCore.VisualBasic.Test Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
<ContentTargetFolders >content</ContentTargetFolders >
17
17
<PackageLicenseExpression >Unlicense</PackageLicenseExpression >
18
18
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
19
- <Version >8.0.0-alpha.1 </Version >
20
- <Copyright >© 2023 Brice Lambson, et al. All rights reserved.</Copyright >
19
+ <Version >8.0.0</Version >
20
+ <Copyright >© 2024 Brice Lambson, et al. All rights reserved.</Copyright >
21
21
<PackageProjectUrl >https://github.com/efcore/EFCore.VisualBasic</PackageProjectUrl >
22
22
<RepositoryUrl >https://github.com/efcore/EFCore.VisualBasic.git</RepositoryUrl >
23
23
<RepositoryType >git</RepositoryType >
Original file line number Diff line number Diff line change 8
8
<Description >Adds VB design-time support to EF Core</Description >
9
9
<PackageProjectUrl >https://github.com/efcore/EFCore.VisualBasic</PackageProjectUrl >
10
10
<PackageTags >EFCore;VB;VisualBasic</PackageTags >
11
- <Copyright >© 2023 Brice Lambson, et al. All rights reserved.</Copyright >
11
+ <Copyright >© 2024 Brice Lambson, et al. All rights reserved.</Copyright >
12
12
<SignAssembly >true</SignAssembly >
13
13
<AssemblyOriginatorKeyFile >key.snk</AssemblyOriginatorKeyFile >
14
14
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
15
- <Version >8.0.0-alpha.1 </Version >
15
+ <Version >8.0.0</Version >
16
16
<GenerateDocumentationFile >true</GenerateDocumentationFile >
17
17
<OptionStrict >On</OptionStrict >
18
18
<LangVersion >latest</LangVersion >
52
52
<PackageReference Include =" Microsoft.EntityFrameworkCore.Cosmos" Version =" 8.0.2" >
53
53
<PrivateAssets >all</PrivateAssets >
54
54
</PackageReference >
55
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.2" >
55
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" [ 8.0.2,9.0) " >
56
56
<IncludeAssets >all</IncludeAssets >
57
57
</PackageReference >
58
58
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite.Core" Version =" 8.0.2" >
Original file line number Diff line number Diff line change 39
39
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.2" />
40
40
<PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" 8.0.0" />
41
41
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0" />
42
- <PackageReference Include =" xunit" Version =" 2.6.6 " />
43
- <PackageReference Include =" xunit.runner.console" Version =" 2.6.6 " >
42
+ <PackageReference Include =" xunit" Version =" 2.7.0 " />
43
+ <PackageReference Include =" xunit.runner.console" Version =" 2.7.0 " >
44
44
<PrivateAssets >all</PrivateAssets >
45
45
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
46
46
</PackageReference >
47
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.6 " >
47
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.7 " >
48
48
<PrivateAssets >all</PrivateAssets >
49
49
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
50
50
</PackageReference >
You can’t perform that action at this time.
0 commit comments