Skip to content

Commit

Permalink
Auto stash before checking out "origin/main"
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Mar 18, 2024
1 parent 70b86d0 commit 10c3884
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions sandbox/BedrockConsoleApp/BedrockConsoleApp.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.301.47" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.300.59" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.301.47" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.300.59" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Claudia.Bedrock\Claudia.Bedrock.csproj" />
<ProjectReference Include="..\..\src\Claudia\Claudia.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Claudia.Bedrock\Claudia.Bedrock.csproj" />
<ProjectReference Include="..\..\src\Claudia\Claudia.csproj" />
</ItemGroup>

</Project>

0 comments on commit 10c3884

Please sign in to comment.