mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-06-28 06:26:53 +08:00

* Updating Compile workflow with setup and code generation steps
* Updating NHibernate reference and OrchardBasicCorrectness.ruleset path in ModuleTestsCsProj code generation template
* Ignoring CS2008 warning when recompiling with generated modules, because the theme and test projects don't have .cs files
* Generating a test project should also include packages.config
* Fixing the relative path of Orchard.Core and Orchard.Framework in the generated test project
* A bit of code styling in the Compile workflow
* Updating Readme
* Revert "A bit of code styling in the Compile workflow"
This reverts commit 7b01ebbad0
.
7 lines
349 B
Plaintext
7 lines
349 B
Plaintext
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="Autofac" version="3.5.2" targetFramework="net48" />
|
|
<package id="Moq" version="4.2.1510.2205" targetFramework="net48" />
|
|
<package id="NHibernate" version="4.1.2.4000" targetFramework="net48" />
|
|
<package id="NUnit" version="2.5.10.11092" targetFramework="net48" />
|
|
</packages> |