2021-02-05 02:05:50 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-12-15 19:55:23 +08:00
|
|
|
<packages>
|
2021-01-08 02:07:38 +08:00
|
|
|
<package id="FluentNHibernate" version="2.0.3.0" targetFramework="net48" />
|
2021-02-05 02:05:50 +08:00
|
|
|
<package id="HtmlAgilityPack" version="1.4.9.5" targetFramework="net48" />
|
2021-01-08 02:07:38 +08:00
|
|
|
<package id="Iesi.Collections" version="4.0.1.4000" targetFramework="net48" />
|
2021-02-05 02:05:50 +08:00
|
|
|
<package id="Microsoft.AspNet.Mvc" version="5.2.7" targetFramework="net48" />
|
|
|
|
<package id="Microsoft.AspNet.Razor" version="3.2.7" targetFramework="net48" />
|
|
|
|
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net48" />
|
2021-01-08 02:07:38 +08:00
|
|
|
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net48" />
|
8776: Upgrade Microsoft.CodeDom.Providers.DotNetCompilerPlatform to latest version (#8777)
* Upgrading projects, code generation templates and Specflow app to use Microsoft.CodeDom.Providers.DotNetCompilerPlatform 4.1.0 (latest)
* Updating csprojs not to define LangVersion separately in Release and Debug mode, setting it to "default" instead of "latest"
* Restricting C# language version to 7.3
* Downgrading SmtpMessageChannel.cs to C# 7.3
* Setting MvcBuildViews = false in the remaining csprojs that reference DotNetCompilerPlatform, like the others
* Setting RoslynCopyToOutDir = false in each csproj that references DotNetCompilerPlatform
See https://github.com/aspnet/RoslynCodeDomProvider?tab=readme-ov-file#build-time-options
- We only need Orchard.Web to include the Roslyn tools in its bin folder, the other csprojs only need the DLL reference
- We could simply remove the targets import in these csprojs, but it will be re-added when the package is updated, so this is cleaner/easier
* We don't actually need <MvcBuildViews>false</MvcBuildViews> in csprojs
* Orchard.Web: Copying Roslyn files to the output folder using the provided target (CopyRoslynCompilerFilesToOutputDirectory) instead of our custom one
* Orchard.proj: Factoring out a part of the Compile target into the DevCompile target and removing BuildViews target
- For a simple local build (just to validate that the solution builds), we don't actually need that second build that copies files to the output folder.
- CI builds (Test, Spec, etc.) that operate on the build output folder are unaffected, because Compile calls DevCompile
- The BuildViews target is not really necessary, just call any other target (Compile, DevCompile, Spec, etc.) with "/p:MvcBuildViews=true"
* Removing incorrect comment about Razor IntelliSense
* Removing VBCodeProvider configuration from Web.config files
* Getting rid of Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets imports and associated configuration except in Orchard.Web.csproj
* Adding VB compiler configuration to src/Orchard.Web/Web.config, because it would be readded on rebuild by the imported target anyway
2024-04-04 22:35:29 +08:00
|
|
|
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="4.1.0" targetFramework="net48" />
|
2021-01-08 02:07:38 +08:00
|
|
|
<package id="Microsoft.Data.Edm" version="5.8.4" targetFramework="net48" />
|
|
|
|
<package id="Microsoft.Data.OData" version="5.8.4" targetFramework="net48" />
|
|
|
|
<package id="Microsoft.Data.Services.Client" version="5.8.4" targetFramework="net48" />
|
2024-12-06 16:49:45 +08:00
|
|
|
<package id="Microsoft.IdentityModel.JsonWebTokens" version="5.7.0" targetFramework="net48" />
|
|
|
|
<package id="Microsoft.IdentityModel.Logging" version="5.7.0" targetFramework="net48" />
|
|
|
|
<package id="Microsoft.IdentityModel.Tokens" version="5.7.0" targetFramework="net48" />
|
2021-01-08 02:07:38 +08:00
|
|
|
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net48" />
|
|
|
|
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.1.0" targetFramework="net48" />
|
2024-12-06 16:49:45 +08:00
|
|
|
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
|
2021-07-30 14:41:53 +08:00
|
|
|
<package id="NHibernate" version="4.1.2.4000" targetFramework="net48" />
|
2021-01-08 02:07:38 +08:00
|
|
|
<package id="Orchard.WindowsAzure.Diagnostics" version="2.7.0.0" targetFramework="net48" />
|
2024-12-06 16:49:45 +08:00
|
|
|
<package id="System.IdentityModel.Tokens.Jwt" version="5.7.0" targetFramework="net48" />
|
2021-01-08 02:07:38 +08:00
|
|
|
<package id="System.Spatial" version="5.8.4" targetFramework="net48" />
|
|
|
|
<package id="TransientFaultHandling.Core" version="5.1.1209.1" targetFramework="net48" />
|
|
|
|
<package id="windowsazure.mediaservices" version="3.4.0.0" targetFramework="net48" />
|
|
|
|
<package id="WindowsAzure.Storage" version="5.0.2" targetFramework="net48" />
|
2021-02-19 02:06:24 +08:00
|
|
|
</packages>
|