Skip to content

Commit

Permalink
Test 4.1.0-adev.1 from NUnit MyGet feed (works locally in VS)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Nov 29, 2023
1 parent 3983187 commit d3de474
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageVersion Include="Mono.Cecil" Version="0.11.5" />
<PackageVersion Include="NSubstitute" Version="5.0.0" />
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.16" />
<PackageVersion Include="NUnit" Version="4.0.0" />
<PackageVersion Include="NUnit" Version="4.1.0-adev.1" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageVersion Include="NuGet.Protocol" Version="6.8.0" />
<PackageVersion Include="PowerShellStandard.Library" Version="5.1.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<IsPackable>false</IsPackable>
<StartupObject>AutoGeneratedProgram</StartupObject>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

Expand Down Expand Up @@ -110,7 +109,6 @@
</ItemGroup>

<ItemGroup>
<Compile Include="..\ILSpy.Tests\Workaround4564.cs" Link="Workaround4564.cs" />
<Compile Include="DisassemblerPrettyTestRunner.cs" />
<Compile Include="Helpers\RoslynToolset.cs" />
<Compile Include="Output\InsertParenthesesVisitorTests.cs" />
Expand Down
2 changes: 0 additions & 2 deletions ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<IsPackable>false</IsPackable>
<StartupObject>AutoGeneratedProgram</StartupObject>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

<EnableDefaultItems>false</EnableDefaultItems>
<UseWpf>true</UseWpf>
Expand Down Expand Up @@ -46,7 +45,6 @@
</ItemGroup>

<ItemGroup>
<Compile Include="..\ILSpy.Tests\Workaround4564.cs" Link="Workaround4564.cs" />
<Compile Include="BamlTestRunner.cs" />
<Compile Include="Cases\AttachedEvent.xaml.cs">
<DependentUpon>AttachedEvent.xaml</DependentUpon>
Expand Down
2 changes: 0 additions & 2 deletions ILSpy.Tests/ILSpy.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<TargetFramework>net8.0-windows</TargetFramework>
<IsPackable>false</IsPackable>
<StartupObject>AutoGeneratedProgram</StartupObject>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

Expand Down Expand Up @@ -39,7 +38,6 @@
<Compile Include="Analyzers\MethodUsesAnalyzerTests.cs" />
<Compile Include="Analyzers\TestCases\MainAssembly.cs" />
<Compile Include="Analyzers\TypeUsedByAnalyzerTests.cs" />
<Compile Include="Workaround4564.cs" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions ILSpy.Tests/Workaround4564.cs

This file was deleted.

4 changes: 4 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
<add key="myget" value="https://www.myget.org/F/nunit/api/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
Expand All @@ -19,5 +20,8 @@
<package pattern="Microsoft.DiaSymReader.Converter.Xml" />
<package pattern="Microsoft.DiaSymReader.PortablePdb" />
</packageSource>
<packageSource key="myget">
<package pattern="NUnit" />
</packageSource>
</packageSourceMapping> -->
</configuration>

0 comments on commit d3de474

Please sign in to comment.