Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
zarusz committed Apr 15, 2023
1 parent dbee1cf commit b641029
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 18 deletions.
10 changes: 0 additions & 10 deletions src/Host.Plugins.Properties.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../Host.Plugins.Properties.xml" />
<Import Project="../Host.Transport.Properties.xml" />

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../Host.Plugins.Properties.xml" />
<Import Project="../Host.Transport.Properties.xml" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../Host.Plugins.Properties.xml" />
<Import Project="../Host.Transport.Properties.xml" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../Host.Plugins.Properties.xml" />
<Import Project="../Host.Transport.Properties.xml" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../Host.Plugins.Properties.xml" />
<Import Project="../Host.Transport.Properties.xml" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
Expand Down
3 changes: 0 additions & 3 deletions src/SlimMessageBus.sln
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SlimMessageBus.Host.Memory.Benchmark", "Tests\SlimMessageBus.Host.Memory.Benchmark\SlimMessageBus.Host.Memory.Benchmark.csproj", "{3674417F-9856-4B11-8A03-4D0BDCBDC288}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Interceptors", "Interceptors", "{B7CDA0D2-98AB-42B6-A41A-9D893C1B9DCB}"
ProjectSection(SolutionItems) = preProject
Host.Plugins.Properties.xml = Host.Plugins.Properties.xml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SlimMessageBus.Host.FluentValidation", "SlimMessageBus.Host.FluentValidation\SlimMessageBus.Host.FluentValidation.csproj", "{3B4C79C0-2469-4CA0-A03B-87575F6B9CB8}"
EndProject
Expand Down

0 comments on commit b641029

Please sign in to comment.