Skip to content

Commit f3e78f1

Browse files
committed
chore: convert project to .NET SDK format
1 parent c9a500f commit f3e78f1

File tree

67 files changed

+45
-329777
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+45
-329777
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ AssemblyInfo.cs
3838
hibernate.cfg.xml
3939
available-test-configurations
4040
current-test-configuration
41-
NHibernate.VisualState.xml
41+
NHibernate.VisualState.xml
42+
.vs/

.hgignore

Lines changed: 0 additions & 37 deletions
This file was deleted.

build.bat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
nant -t:net-3.5 test
2-
pause
1+
dotnet build src/NHibernate.Search.sln
2+
copy build-common/teamcity-hibernate.cfg.xml src/NHibernate.Search.Tests/hibernate.cfg.xml
3+
dotnet test src/NHibernate.Search.sln

src/.nuget/NuGet.Config

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/.nuget/NuGet.targets

Lines changed: 0 additions & 150 deletions
This file was deleted.

src/NHibernate.Search.Tests/App.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,4 @@
8686
<level value="WARN"/>
8787
</logger>
8888
</log4net>
89-
90-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
89+
</configuration>

src/NHibernate.Search.Tests/DirectoryProvider/MultiplySessionFactoriesTestCase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected IList<ISessionFactory> SessionFactories
4545
/// <summary>
4646
/// The fixture set up.
4747
/// </summary>
48-
[TestFixtureSetUp]
48+
[SetUp]
4949
public virtual void FixtureSetUp()
5050
{
5151
Configure();

0 commit comments

Comments
 (0)