Skip to content

Commit

Permalink
#10 - update dev-dependencies to latest versions that support our tar…
Browse files Browse the repository at this point in the history
…get frameworks

#11 - this fixes the problems I hat with testing Unity 5.11
  • Loading branch information
Alexander Stärk committed Mar 6, 2022
1 parent dda8e2f commit f22d06f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="Moq" Version="4.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.2" />
<PackageReference Include="Moq" Version="4.10.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="Unity" Version="5.9.0" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions Tests.AutoRegistration/Tests.AutoRegistration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="Moq" Version="4.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.2" />
<PackageReference Include="Moq" Version="4.10.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.2" />
<PackageReference Include="Unity" Version="5.9.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Unity.AutoRegistration/Unity.AutoRegistration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Rules for determining whether to include/exclude types/assemblies are predicates
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.6|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion UnityAutoRegistration.sln
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Global
{F70D3362-14AD-44CF-8CCC-3969B24FFB31} = {1566A6DE-43CA-4953-896E-D9B55F989378}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {796D3DA9-4817-499E-99C8-039D41B89969}
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.0\lib\NET35
SolutionGuid = {796D3DA9-4817-499E-99C8-039D41B89969}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = UnityAutoRegistration.vsmdi
Expand Down

0 comments on commit f22d06f

Please sign in to comment.