Skip to content

Commit

Permalink
Workaround dotnet/sdk#43592
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLydall committed Sep 20, 2024
1 parent f44624c commit 997ae4e
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 63 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -16,7 +16,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Intent.RoslynWeaver.Attributes" Version="2.1.4" />
<PackageReference Include="Intent.RoslynWeaver.Attributes" Version="2.1.5" />
<PackageReference Include="Intent.SoftwareFactory.SDK" Version="3.7.0-pre.2" />
<PackageReference Include="Mono.TextTemplating" Version="2.2.1" />
<PackageReference Include="NuGet.Versioning" Version="6.11.0" />
Expand Down
Loading

0 comments on commit 997ae4e

Please sign in to comment.