Skip to content

Commit

Permalink
Add nuget info to runfiles lib so that we can push it to NuGet. Will …
Browse files Browse the repository at this point in the history
…automate it later
  • Loading branch information
purkhusid committed Nov 14, 2023
1 parent 906b882 commit 01fefe5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/runfiles/Runfiles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<PackageId>Runfiles</PackageId>
<Version>0.12.0</Version>
<Authors>bazelbuild</Authors>
<Company>bazelbuild</Company>
</PropertyGroup>
<ItemGroup>
<Compile Include="Runfiles.cs" />
Expand Down

0 comments on commit 01fefe5

Please sign in to comment.