Skip to content
Merged
Show file tree
Hide file tree
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 Deorcify.Demo/Deorcify.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<Compile Include="../Deorcify/**/*.cs" Exclude="**/obj/**/*" Visible="false" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CSharpier.MsBuild" Version="1.0.2" PrivateAssets="all" />
<PackageReference Include="CSharpier.MsBuild" PrivateAssets="all" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Deorcify.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{1D75832C-6243-4BE0-849C-AC3F43F8BB2A}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
Readme.md = Readme.md
License.txt = License.txt
EndProjectSection
Expand Down
2 changes: 1 addition & 1 deletion Deorcify/Deorcify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CSharpier.MsBuild" Version="1.0.2" PrivateAssets="all" />
<PackageReference Include="CSharpier.MsBuild" PrivateAssets="all" />
</ItemGroup>
</Project>
8 changes: 8 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="CSharpier.MsBuild" Version="1.0.2" />
</ItemGroup>
</Project>