Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removing extra unneeded usings that got magically added and are faili…
…ng on not-my-machine.
  • Loading branch information
StephenMolloy committed Jan 6, 2023
commit dc4f07b60aab91d3e42a36fffffe34371186c9a5
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@

using System.IO;
using System.Reflection;
using System.Reflection.PortableExecutable;
using System.Runtime.Serialization.Formatters.Binary;
using System.Xml;
using Microsoft.VisualStudio.TestPlatform.PlatformAbstractions.Interfaces;
using Xunit;

namespace System.Runtime.Serialization.Tests
Expand Down