Skip to content

Commit

Permalink
Update more packages (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinothamar authored Mar 24, 2024
1 parent a9aad79 commit 54f96f6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 100 deletions.
9 changes: 4 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />

<!-- Roslyn / MSBuild -->
<PackageVersion Include="Microsoft.Build.Locator" Version="1.6.1" />
<PackageVersion Include="Microsoft.Build.Locator" Version="1.7.8" />
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.1.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.1.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.1.0" />
Expand Down Expand Up @@ -52,11 +52,10 @@
<PackageVersion Include="xunit" Version="2.7.0" />
<PackageVersion Include="xunit.assert" Version="2.7.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.7" />
<PackageVersion Include="coverlet.collector" Version="6.0.1" />
<PackageVersion Include="JetBrains.DotMemoryUnit" Version="3.1.20200127.214830" />
<PackageVersion Include="Verify.Xunit" Version="23.2.2" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageVersion Include="JetBrains.DotMemoryUnit" Version="3.2.20220510" />
<PackageVersion Include="Verify.Xunit" Version="23.5.2" />
<PackageVersion Include="Verify.DiffPlex" Version="2.3.0" />
<PackageVersion Include="Verify.SourceGenerators" Version="2.2.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit" Version="1.1.2-beta1.24121.1" />
</ItemGroup>
</Project>
3 changes: 1 addition & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ alias b := build
alias t := test

clean:
find . -iname "bin" -print0 | xargs -0 rm -rf
find . -iname "obj" -print0 | xargs -0 rm -rf
git clean -fxd
dotnet build-server shutdown

build:
Expand Down
6 changes: 3 additions & 3 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<!-- <add key="dotnet-experimental" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json" protocolVersion="3" /> -->
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" protocolVersion="3" />
<!-- <add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" protocolVersion="3" /> -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<packageSourceMapping>
<packageSource key="dotnet-tools">
<!-- <packageSource key="dotnet-tools">
<package pattern="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing*" />
<package pattern="Microsoft.CodeAnalysis.SourceGenerators.Testing*" />
<package pattern="Microsoft.CodeAnalysis.Analyzer.Testing*" />
<package pattern="Microsoft.CodeAnalysis.Testing.Verifiers.XUnit*" />
</packageSource>
</packageSource> -->
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Build.Locator" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" VersionOverride="4.9.*" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" VersionOverride="4.9.*" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" VersionOverride="4.9.*" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" VersionOverride="4.9.*" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" VersionOverride="3.3.*" PrivateAssets="all" />
<PackageReference Include="System.Configuration.ConfigurationManager" />
<PackageReference Include="NuGet.ProjectModel" />
</ItemGroup>
Expand Down
84 changes: 0 additions & 84 deletions test/Mediator.SourceGenerator.Tests/SourceGenVerifier.cs

This file was deleted.

0 comments on commit 54f96f6

Please sign in to comment.