File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
CS/WebDashboardDataSources Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk.Web" >
3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
7
<PackageReference Include =" EntityFramework" Version =" 6.3.0" />
8
- <PackageReference Include =" DevExpress.AspNetCore.Dashboard" Version =" 22.2.* " />
8
+ <PackageReference Include =" DevExpress.AspNetCore.Dashboard" Version =" 22.2.2 " />
9
9
<PackageReference Include =" Microsoft.AnalysisServices.AdomdClient.NetCore.retail.amd64" Version =" 19.27.2.1" />
10
10
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 2.1.1" />
11
11
<PackageReference Include =" System.Data.SQLite" Version =" 1.0.111" />
37
37
<Exec Command =" npm install" />
38
38
</Target >
39
39
</Project >
40
+
You can’t perform that action at this time.
0 commit comments