-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes incompatibility with .NET 8 and references to obsolete .NET Core 3.1.
- Loading branch information
Alex Davidson
committed
Dec 13, 2023
1 parent
d709b47
commit d5de565
Showing
25 changed files
with
118 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...re.Common.GitWrapper.IntegrationTests/Bluewire.Common.GitWrapper.IntegrationTests.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project> | ||
<!-- Force generation of binding redirects for library projects, ie. test projects. See https://github.com/microsoft/msbuild/issues/1310 --> | ||
<Target Name="ForceGenerationOfBindingRedirects" | ||
AfterTargets="ResolveAssemblyReferences" | ||
BeforeTargets="GenerateBindingRedirects" | ||
Condition="'$(AutoGenerateBindingRedirects)' == 'true'"> | ||
<PropertyGroup> | ||
<!-- Needs to be set in a target because it has to be set after the initial evaluation in the MS common targets --> | ||
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType> | ||
</PropertyGroup> | ||
</Target> | ||
</Project> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
Bluewire.Stash.IntegrationTests/Bluewire.Stash.IntegrationTests.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project> | ||
<!-- Force generation of binding redirects for library projects, ie. test projects. See https://github.com/microsoft/msbuild/issues/1310 --> | ||
<Target Name="ForceGenerationOfBindingRedirects" | ||
AfterTargets="ResolveAssemblyReferences" | ||
BeforeTargets="GenerateBindingRedirects" | ||
Condition="'$(AutoGenerateBindingRedirects)' == 'true'"> | ||
<PropertyGroup> | ||
<!-- Needs to be set in a target because it has to be set after the initial evaluation in the MS common targets --> | ||
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType> | ||
</PropertyGroup> | ||
</Target> | ||
</Project> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...ools.GitRepository.IntegrationTests/Bluewire.Tools.GitRepository.IntegrationTests.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project> | ||
<!-- Force generation of binding redirects for library projects, ie. test projects. See https://github.com/microsoft/msbuild/issues/1310 --> | ||
<Target Name="ForceGenerationOfBindingRedirects" | ||
AfterTargets="ResolveAssemblyReferences" | ||
BeforeTargets="GenerateBindingRedirects" | ||
Condition="'$(AutoGenerateBindingRedirects)' == 'true'"> | ||
<PropertyGroup> | ||
<!-- Needs to be set in a target because it has to be set after the initial evaluation in the MS common targets --> | ||
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType> | ||
</PropertyGroup> | ||
</Target> | ||
</Project> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
Bluewire.Tools.Runner.IntegrationTests/Bluewire.Tools.Runner.IntegrationTests.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project> | ||
<!-- Force generation of binding redirects for library projects, ie. test projects. See https://github.com/microsoft/msbuild/issues/1310 --> | ||
<Target Name="ForceGenerationOfBindingRedirects" | ||
AfterTargets="ResolveAssemblyReferences" | ||
BeforeTargets="GenerateBindingRedirects" | ||
Condition="'$(AutoGenerateBindingRedirects)' == 'true'"> | ||
<PropertyGroup> | ||
<!-- Needs to be set in a target because it has to be set after the initial evaluation in the MS common targets --> | ||
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType> | ||
</PropertyGroup> | ||
</Target> | ||
</Project> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
CanaryBuilder.IntegrationTests/CanaryBuilder.IntegrationTests.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project> | ||
<!-- Force generation of binding redirects for library projects, ie. test projects. See https://github.com/microsoft/msbuild/issues/1310 --> | ||
<Target Name="ForceGenerationOfBindingRedirects" | ||
AfterTargets="ResolveAssemblyReferences" | ||
BeforeTargets="GenerateBindingRedirects" | ||
Condition="'$(AutoGenerateBindingRedirects)' == 'true'"> | ||
<PropertyGroup> | ||
<!-- Needs to be set in a target because it has to be set after the initial evaluation in the MS common targets --> | ||
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType> | ||
</PropertyGroup> | ||
</Target> | ||
</Project> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.