Skip to content

Commit b706125

Browse files
committed
Changed capitalization of key file. Tried to fix CI error.
1 parent 917e61d commit b706125

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.

src/OpenTK.Compute/OpenTK.Compute.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<AssemblyOriginatorKeyFile>../../OpenTK.snk</AssemblyOriginatorKeyFile>
88
</PropertyGroup>
99

10-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
11-
<DocumentationFile>bin\Release\OpenTK.Compute.xml</DocumentationFile>
12-
</PropertyGroup>
13-
1410
<Import Project="..\..\props\common.props" />
1511
<Import Project="..\..\props\nuget-common.props" />
1612
<Import Project="..\..\props\stylecop.props" />

src/OpenTK.Graphics/OpenTK.Graphics.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
<ProjectReference Include="..\Generator.Rewrite\Generator.Rewrite.csproj" SkipGetTargetFrameworkProperties="true" UndefineProperties="TargetFramework" ReferenceOutputAssembly="false" ExcludeAssets="all" />
2626
</ItemGroup>
2727

28+
<ItemGroup>
29+
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.1.0" ExcludeAssets="runtime" />
30+
</ItemGroup>
31+
2832
<!-- Define what files we depend on and which files are generated -->
2933
<ItemGroup>
3034
<GLSpec Include="..\gl.xml" />

0 commit comments

Comments
 (0)