Skip to content

Commit

Permalink
Build and test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog committed Nov 8, 2024
1 parent 306c935 commit 1e8c526
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -72,28 +72,28 @@
<Version>13.0.3</Version>
</PackageVersion>
<PackageVersion Include="Noggog.Autofac">
<Version>2.66.0</Version>
<Version>2.65.1-nightly-20241010-092782</Version>
</PackageVersion>
<PackageVersion Include="Noggog.CSharpExt">
<Version>2.66.0</Version>
<Version>2.65.1-nightly-20241010-092782</Version>
</PackageVersion>
<PackageVersion Include="Noggog.CSharpExt.Json">
<Version>2.66.0</Version>
<Version>2.65.1-nightly-20241010-092782</Version>
</PackageVersion>
<PackageVersion Include="Noggog.CSharpExt.Windows">
<Version>2.66.0</Version>
<Version>2.65.1-nightly-20241010-092782</Version>
</PackageVersion>
<PackageVersion Include="Noggog.GitRepository">
<Version>1.3</Version>
</PackageVersion>
<PackageVersion Include="Noggog.SourceGenerators">
<Version>2.66.0</Version>
<Version>2.65.1-nightly-20241010-092782</Version>
</PackageVersion>
<PackageVersion Include="Noggog.Testing">
<Version>2.66.0</Version>
<Version>2.65.1-nightly-20241010-092782</Version>
</PackageVersion>
<PackageVersion Include="Noggog.WPF">
<Version>2.66.0</Version>
<Version>2.65.1-nightly-20241010-092782</Version>
</PackageVersion>
<PackageVersion Include="NSubstitute">
<Version>5.1.0</Version>
Expand Down
2 changes: 2 additions & 0 deletions Synthesis.Bethesda.GUI/Modules/MainModule.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System.IO.Abstractions;
using Autofac;
using Mutagen.Bethesda.Autofac;
using Mutagen.Bethesda.Synthesis.Profiles;
using Mutagen.Bethesda.Synthesis.Projects;
using Mutagen.Bethesda.Synthesis.Versioning;
using Mutagen.Bethesda.Synthesis.WPF;
Expand Down Expand Up @@ -65,6 +66,7 @@ private static void TopLevel(ContainerBuilder builder)
builder.RegisterAssemblyTypes(typeof(IProvideCurrentVersions).Assembly)
.InNamespacesOf(
typeof(IProvideCurrentVersions),
typeof(CreateProfileId),
typeof(ICreateProject))
.AsSelf()
.AsMatchingInterface()
Expand Down

0 comments on commit 1e8c526

Please sign in to comment.