Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Outlook_Core_NET8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="*" />
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="31.1.17" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="description" content="Essential JS 2 for ASP.NET Core - Outlook" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="author" content="Syncfusion" />
<base href="/" />
<base href="~/" />
<link rel="shortcut icon" href="~/favicon.ico" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="~/content/fabric.css" rel="stylesheet" />
Expand All @@ -19,7 +19,7 @@
document.write('<script src="Scripts/bluebird.min.js"><\/script>');
}
</script>
<script src="https://cdn.syncfusion.com/ej2/30.1.37/dist/ej2.min.js"></script>
<script src="~/scripts/ej2.min.js"></script>
<script src="~/scripts/datasource.js"></script>

</head>
Expand Down
Loading