Skip to content

Commit

Permalink
Attempting to resolve failures when pushing to the GitHub Package Rep…
Browse files Browse the repository at this point in the history
…ository
  • Loading branch information
tannergooding committed Sep 1, 2020
1 parent 413f615 commit 7cbd255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PropertyGroup>
<BaseArtifactsPath>$(MSBuildThisFileDirectory)artifacts/</BaseArtifactsPath>
<BaseArtifactsPathSuffix>$(TerraFXProjectCategory)/$(MSBuildProjectName)</BaseArtifactsPathSuffix>
<RepositoryUrl>https://github.com/terrafx/terrafx.interop.windows/</RepositoryUrl>
<RepositoryUrl>https://github.com/terrafx/terrafx.interop.windows</RepositoryUrl>
</PropertyGroup>

<!-- Default settings that explicitly differ from the Sdk.props defaults -->
Expand Down Expand Up @@ -55,7 +55,7 @@
<Features>strict</Features>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<HighEntropyVA>true</HighEntropyVA>
<LangVersion>preview</LangVersion>
<LangVersion>9.0</LangVersion>
<MinClientVersion>4.3</MinClientVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<OverwriteReadOnlyFiles>true</OverwriteReadOnlyFiles>
Expand Down

0 comments on commit 7cbd255

Please sign in to comment.