Skip to content

Commit

Permalink
Metalama 2024.1 removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
prochan2 committed Nov 6, 2024
1 parent 9c2fd38 commit f15182e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 148 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public MetalamaDependencyDefinition(

public static ProductFamily Family { get; } = new( _projectName, "2024.2", DevelopmentDependencies.Family, PostSharpDependencies.V2024_1.Family )
{
DockerBaseImage = DockerImages.WindowsServerCore, UpstreamProductFamily = V2024_1.Family, DownstreamProductFamily = V2025_0.Family
DockerBaseImage = DockerImages.WindowsServerCore, /* UpstreamProductFamily = V2024_1.Family, */ DownstreamProductFamily = V2025_0.Family
};

public static DependencyDefinition MetalamaBackstage { get; } = new MetalamaDependencyDefinition( "Metalama.Backstage", VcsProvider.GitHub );
Expand Down

0 comments on commit f15182e

Please sign in to comment.