Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion src/Dynamically/Dynamically.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- Let this pack as a dependency since we generate code using dynamic which depends on it. -->
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<!-- Scriban is included as source -->
<PackageReference Include="Scriban" Pack="false" IncludeAssets="build" Version="7.2.0" />
<PackageReference Include="Scriban" Pack="false" IncludeAssets="build" Version="7.2.5" />
<!--<PackageReference Include="Devlooped.SponsorLink" Version="0.9.6" PackInclude="build,analyzers" PackExclude="compile,native,runtime" />-->
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="2.1.2" PrivateAssets="all" Pack="false" />
<PackageReference Include="ThisAssembly.Project" Version="2.1.2" PrivateAssets="all" Pack="false" />
Expand Down
Loading